maxonfjvipon / elegant-elephant

Elegant object oriented php primitives library
MIT License
10 stars 1 forks source link

rultor setup x3 #17

Closed maxonfjvipon closed 2 years ago

maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

+ export pull_id=17
+ pull_id=17
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=main
+ fork_branch=main
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=rultor setup x3'
+ pull_title='rultor setup x3'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
\u001b[32m./composer.json is valid\u001b[39m
+ echo 'Run composer...'
Run composer...
+ composer install --prefer-dist --no-progress
\u001b[30;43mComposer is operating significantly slower than normal because you do not have the PHP curl extension enabled.\u001b[39;49m
\u001b[30;43mNo composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.\u001b[39;49m
\u001b[32mLoading composer repositories with package information\u001b[39m
\u001b[32mInfo from https://repo.packagist.org: \u001b[37;44m#StandWith\u001b[30;43mUkraine\u001b[0m\u001b[39m
\u001b[32mUpdating dependencies\u001b[39m
\u001b[37;41mYour requirements could not be resolved to an installable set of packages.\u001b[39;49m

  Problem 1
    - Root composer.json requires PHP extension ext-simplexml * but it is missing from your system. Install or enable PHP's simplexml extension.
  Problem 2
    - Root composer.json requires squizlabs/php_codesniffer ^3.5 -> satisfiable by squizlabs/php_codesniffer[3.5.0, ..., 3.7.1].
    - squizlabs/php_codesniffer[3.5.0, ..., 3.7.1] require ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
  Problem 3
    - php-coveralls/php-coveralls[v2.4.0, ..., v2.5.3] require ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension.
    - Root composer.json requires php-coveralls/php-coveralls ^2.4 -> satisfiable by php-coveralls/php-coveralls[v2.4.0, ..., v2.5.3].

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/8.1/cli/php.ini
    - /etc/php/8.1/cli/conf.d/10-opcache.ini
    - /etc/php/8.1/cli/conf.d/10-pdo.ini
    - /etc/php/8.1/cli/conf.d/20-calendar.ini
    - /etc/php/8.1/cli/conf.d/20-ctype.ini
    - /etc/php/8.1/cli/conf.d/20-exif.ini
    - /etc/php/8.1/cli/conf.d/20-ffi.ini
    - /etc/php/8.1/cli/conf.d/20-fileinfo.ini
    - /etc/php/8.1/cli/conf.d/20-ftp.ini
    - /etc/php/8.1/cli/conf.d/20-gettext.ini
    - /etc/php/8.1/cli/conf.d/20-iconv.ini
    - /etc/php/8.1/cli/conf.d/20-phar.ini
    - /etc/php/8.1/cli/conf.d/20-posix.ini
    - /etc/php/8.1/cli/conf.d/20-readline.ini
    - /etc/php/8.1/cli/conf.d/20-shmop.ini
    - /etc/php/8.1/cli/conf.d/20-sockets.ini
    - /etc/php/8.1/cli/conf.d/20-sysvmsg.ini
    - /etc/php/8.1/cli/conf.d/20-sysvsem.ini
    - /etc/php/8.1/cli/conf.d/20-sysvshm.ini
    - /etc/php/8.1/cli/conf.d/20-tokenizer.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-simplexml --ignore-platform-req=ext-xmlwriter` to temporarily ignore these required extensions.
container 57bbf78f7a7ad2c92acee94a10e8ed2cd1983d0ff164b2a4dfe7208ccc5e3acc is dead
Mon 26 Sep 2022 11:44:26 PM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

+ export pull_id=17
+ pull_id=17
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=main
+ fork_branch=main
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=rultor setup x3'
+ pull_title='rultor setup x3'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
\u001b[32m./composer.json is valid\u001b[39m
+ echo 'Run composer...'
Run composer...
+ composer install --prefer-dist --no-progress
\u001b[30;43mComposer is operating significantly slower than normal because you do not have the PHP curl extension enabled.\u001b[39;49m
\u001b[30;43mNo composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.\u001b[39;49m
\u001b[32mLoading composer repositories with package information\u001b[39m
\u001b[32mInfo from https://repo.packagist.org: \u001b[37;44m#StandWith\u001b[30;43mUkraine\u001b[0m\u001b[39m
\u001b[32mUpdating dependencies\u001b[39m
\u001b[37;41mYour requirements could not be resolved to an installable set of packages.\u001b[39;49m

  Problem 1
    - Root composer.json requires PHP extension ext-simplexml * but it is missing from your system. Install or enable PHP's simplexml extension.
  Problem 2
    - Root composer.json requires squizlabs/php_codesniffer ^3.5 -> satisfiable by squizlabs/php_codesniffer[3.5.0, ..., 3.7.1].
    - squizlabs/php_codesniffer[3.5.0, ..., 3.7.1] require ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
  Problem 3
    - php-coveralls/php-coveralls[v2.4.0, ..., v2.5.3] require ext-simplexml * -> it is missing from your system. Install or enable PHP's simplexml extension.
    - Root composer.json requires php-coveralls/php-coveralls ^2.4 -> satisfiable by php-coveralls/php-coveralls[v2.4.0, ..., v2.5.3].

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/8.1/cli/php.ini
    - /etc/php/8.1/cli/conf.d/10-opcache.ini
    - /etc/php/8.1/cli/conf.d/10-pdo.ini
    - /etc/php/8.1/cli/conf.d/20-calendar.ini
    - /etc/php/8.1/cli/conf.d/20-ctype.ini
    - /etc/php/8.1/cli/conf.d/20-exif.ini
    - /etc/php/8.1/cli/conf.d/20-ffi.ini
    - /etc/php/8.1/cli/conf.d/20-fileinfo.ini
    - /etc/php/8.1/cli/conf.d/20-ftp.ini
    - /etc/php/8.1/cli/conf.d/20-gettext.ini
    - /etc/php/8.1/cli/conf.d/20-iconv.ini
    - /etc/php/8.1/cli/conf.d/20-phar.ini
    - /etc/php/8.1/cli/conf.d/20-posix.ini
    - /etc/php/8.1/cli/conf.d/20-readline.ini
    - /etc/php/8.1/cli/conf.d/20-shmop.ini
    - /etc/php/8.1/cli/conf.d/20-sockets.ini
    - /etc/php/8.1/cli/conf.d/20-sysvmsg.ini
    - /etc/php/8.1/cli/conf.d/20-sysvsem.ini
    - /etc/php/8.1/cli/conf.d/20-sysvshm.ini
    - /etc/php/8.1/cli/conf.d/20-tokenizer.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-simplexml --ignore-platform-req=ext-xmlwriter` to temporarily ignore these required extensions.
container 4ebf81d37ba225b3977ecf2c5bc0c7b3f9b7024b2e90285fd095d5f776d981fa is dead
Mon 26 Sep 2022 11:49:20 PM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

+ return 0
+ true
+ true
+ export __rvm_env_loaded
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:1:
+ : __rvm_env_loaded:0:
+ [[ -z /usr/local/rvm/tmp ]]
+ ((  __rvm_env_loaded > 0  ))
+ [[ -n 5.0.17(1)-release ]]
+ trap - EXIT HUP INT QUIT TERM
+ [[ -n '' ]]
+ ((  rvm_bash_nounset == 1  ))
+ unset rvm_bash_nounset
+ [[ -n '' ]]
+ [[ -n 0002 ]]
+ umask 0002
+ unset rvm_stored_umask
+ builtin command -v __rvm_cleanup_download
+ [[ '' == \1 ]]
+ __variables_definition unset
+ typeset -a __variables_list __array_list
+ typeset __method
+ __method=unset
+ __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error)
+ __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures)
+ case "${__method}" in
+ unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures
+ unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_dynamic_extensions_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_curl_flags rvm_rubygems_version rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_skip_pristine_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_archive_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_repo_tag rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems rvm_with_gems rvm_with_default_gems rvm_ignore_dotfiles_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_code_clr rvm_comment_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_code_color rvm_comment_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen rvm_show_log_lines_on_error
+ [[ -n 5.0.17(1)-release ]]
+ export -fn __rvm_select_version_variables __rvm_ruby_string_parse_ __rvm_rm_rf_verbose __rvm_parse_args __rvm_ruby_string_find __rvm_file_load_env __rvm_remove_without_gems
+ unset _system_arch _system_name _system_type _system_version
+ return 0
+ return 0
+ true
+ export head=git@github.com:maxonfjvipon/ElegantElephant.git
+ head=git@github.com:maxonfjvipon/ElegantElephant.git
+ export pull_id=17
+ pull_id=17
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=main
+ fork_branch=main
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=rultor setup x3'
+ pull_title='rultor setup x3'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
\u001b[32m./composer.json is valid\u001b[39m
+ echo Dependencies...
Dependencies...
+ apt-get install php-xml
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
container 19b21db17b50f6dff0827740d7be86d04713a9e4347d54ca09a38272c832f6a1 is dead
Mon 26 Sep 2022 11:53:13 PM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

maxonfjvipon commented 2 years ago

@rultor stop

rultor commented 2 years ago

@rultor stop

@maxonfjvipon OK, I'll try to stop current task.

rultor commented 2 years ago

@rultor stop

@maxonfjvipon Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 11min)

-rwxrwxr-x  1 rultor rultor  162 Sep 26 23:57 entry.sh
-rw-rw-r--  1 rultor rultor    8 Sep 26 23:57 pid
drwxrwxr-x  6 rultor rultor 4096 Sep 26 23:57 repo
-rwxrwxr-x  1 rultor rultor 6270 Sep 26 23:57 run.sh
-rw-rw-r--  1 rultor rultor  721 Sep 26 23:57 script.sh
-rw-rw-r--  1 rultor rultor 5502 Sep 26 23:58 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-lOsF:/main --env=head=git@github.com:maxonfjvipon/ElegantElephant.git --env=pull_id=17 --env=fork=git@github.com:maxonfjvipon/ElegantElephant.git --env=fork_branch=main --env=head_branch=master '--env=pull_title=rultor setup x3' --env=author=maxonfjvipon '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=17'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=rultor setup x3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''echo "Validate composer..."'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''echo "Run composer..."'\'' '\'';'\'' '\''sudo apt-get install php-xml'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''echo "PHPStan..."'\'' '\'';'\'' '\''composer run-scripts phpstan'\'' '\'';'\'' '\''echo "PHPUnit..."'\'' '\'';'\'' '\''composer run-scripts tests'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-lOsF/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxonfjvipon_elegantelephant_17 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:maxonfjvipon/ElegantElephant.git
+ head=git@github.com:maxonfjvipon/ElegantElephant.git
+ export pull_id=17
+ pull_id=17
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=main
+ fork_branch=main
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=rultor setup x3'
+ pull_title='rultor setup x3'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
\u001b[32m./composer.json is valid\u001b[39m
+ echo 'Run composer...'
Run composer...
+ sudo -i apt-get install php-xml

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 53%

Reading package lists... 53%

Reading package lists... 54%

Reading package lists... 54%

Reading package lists... 65%

Reading package lists... 65%

Reading package lists... 65%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  php8.1-xml
The following NEW packages will be installed:
  php-xml php8.1-xml
0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
Need to get 113 kB of archives.
After this operation, 495 kB of additional disk space will be used.
Do you want to continue? [Y/n] 38bf569efd9ced536cdbe548d3229b3c13fe7d1845a840498c87e24862e560f4
Error response from daemon: Cannot kill container: 38bf569efd9ced536cdbe548d3229b3c13fe7d1845a840498c87e24862e560f4: No such container: 38bf569efd9ced536cdbe548d3229b3c13fe7d1845a840498c87e24862e560f4
container 38bf569efd9ced536cdbe548d3229b3c13fe7d1845a840498c87e24862e560f4 is dead
Tue 27 Sep 2022 12:08:40 AM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

-rw-rw-r--  1 rultor rultor  724 Sep 27 00:11 script.sh
-rw-rw-r--  1 rultor rultor 5532 Sep 27 00:11 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-QFq3:/main --env=head=git@github.com:maxonfjvipon/ElegantElephant.git --env=pull_id=17 --env=fork=git@github.com:maxonfjvipon/ElegantElephant.git --env=fork_branch=main --env=head_branch=master '--env=pull_title=rultor setup x3' --env=author=maxonfjvipon '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=17'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=rultor setup x3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\''echo "Validate composer..."'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''echo "Run composer..."'\'' '\'';'\'' '\''sudo apt-get install php-xml -y'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''echo "PHPStan..."'\'' '\'';'\'' '\''composer run-scripts phpstan'\'' '\'';'\'' '\''echo "PHPUnit..."'\'' '\'';'\'' '\''composer run-scripts tests'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-QFq3/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxonfjvipon_elegantelephant_17 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:maxonfjvipon/ElegantElephant.git
+ head=git@github.com:maxonfjvipon/ElegantElephant.git
+ export pull_id=17
+ pull_id=17
+ export fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ fork=git@github.com:maxonfjvipon/ElegantElephant.git
+ export fork_branch=main
+ fork_branch=main
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=rultor setup x3'
+ pull_title='rultor setup x3'
+ export author=maxonfjvipon
+ author=maxonfjvipon
+ echo 'Validate composer...'
Validate composer...
+ composer validate --strict
\u001b[32m./composer.json is valid\u001b[39m
+ echo 'Run composer...'
Run composer...
+ sudo -i apt-get install php-xml -y

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 0%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 5%

Reading package lists... 53%

Reading package lists... 53%

Reading package lists... 54%

Reading package lists... 54%

Reading package lists... 65%

Reading package lists... 65%

Reading package lists... 67%

Reading package lists... 72%

Reading package lists... 72%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 77%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 78%

Reading package lists... 87%

Reading package lists... 87%

Reading package lists... 93%

Reading package lists... 93%

Reading package lists... 97%

Reading package lists... 97%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... 98%

Reading package lists... Done

Building dependency tree... 0%

Building dependency tree... 0%

Building dependency tree... 50%

Building dependency tree... 50%

Building dependency tree       

Reading state information... 0%

Reading state information... 0%

Reading state information... Done

The following additional packages will be installed:
  php8.1-xml
The following NEW packages will be installed:
  php-xml php8.1-xml
0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
Need to get 113 kB of archives.
After this operation, 495 kB of additional disk space will be used.

0% [Working]

Err:1 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php8.1-xml amd64 8.1.9-1+ubuntu20.04.1+deb.sury.org+1
  404  Not Found [IP: 185.125.190.52 80]

0% [Connecting to ppa.launchpad.net (185.125.190.52)]

Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu focal/main amd64 php-xml all 2:8.1+92+ubuntu20.04.1+deb.sury.org+2 [7,308 B]

2% [2 php-xml 2,627 B/7,308 B 36%]

15% [Working]

Fetched 7,308 B in 0s (73.7 kB/s)
E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php8.1/php8.1-xml_8.1.9-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb  404  Not Found [IP: 185.125.190.52 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
container b1d55f0d87768795e193563aa4455f8c7b9143ad7d18c8fed0758c7bf64aafeb is dead
Tue 27 Sep 2022 12:12:36 AM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

+ '[' false == true ']'
+ git merge --ff __rultor
Already up to date!
Merge made by the 'recursive' strategy.
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.06
++ echo 0.06 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.06, low enough to run a new Docker container'
load average is 0.06, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor-image
+ docker pull yegor256/rultor-image
Using default tag: latest
latest: Pulling from yegor256/rultor-image
Digest: sha256:a6e21173bf1d33fa6f5877836e78e2d08d22aebffc6c1e116310f540f753a772
Status: Image is up to date for yegor256/rultor-image:latest
docker.io/yegor256/rultor-image:latest
+ docker ps --filter=status=exited
+ grep --quiet '\smaxonfjvipon_elegantelephant_17\s*$'
+ ls -al .
total 44
drwx--x--x  3 rultor rultor 4096 Sep 27 00:15 .
drwxrwxrwt 18 root   root   4096 Sep 27 00:15 ..
-rw-rw-r--  1 rultor rultor  556 Sep 27 00:15 end.sh
-rwxrwxr-x  1 rultor rultor  162 Sep 27 00:15 entry.sh
-rw-rw-r--  1 rultor rultor    8 Sep 27 00:15 pid
drwxrwxr-x  6 rultor rultor 4096 Sep 27 00:15 repo
-rwxrwxr-x  1 rultor rultor 6302 Sep 27 00:15 run.sh
-rw-rw-r--  1 rultor rultor  727 Sep 27 00:15 script.sh
-rw-rw-r--  1 rultor rultor 5565 Sep 27 00:15 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-8lIB:/main --env=head=git@github.com:maxonfjvipon/ElegantElephant.git --env=pull_id=17 --env=fork=git@github.com:maxonfjvipon/ElegantElephant.git --env=fork_branch=main --env=head_branch=master '--env=pull_title=rultor setup x3' --env=author=maxonfjvipon '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=17'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:maxonfjvipon/ElegantElephant.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=main'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=rultor setup x3'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=maxonfjvipon'\''\'\'''\'''\'' '\'';'\'' '\'''\'' '\'';'\'' '\''echo "Validate composer..."'\'' '\'';'\'' '\''composer validate --strict'\'' '\'';'\'' '\''echo "Run composer..."'\'' '\'';'\'' '\''sudo apt-get install php-xml -y'\'' '\'';'\'' '\''composer install --prefer-dist --no-progress'\'' '\'';'\'' '\''echo "PHPStan..."'\'' '\'';'\'' '\''composer run-scripts phpstan'\'' '\'';'\'' '\''echo "PHPUnit..."'\'' '\'';'\'' '\''composer run-scripts tests'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-8lIB/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=maxonfjvipon_elegantelephant_17 yegor256/rultor-image /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
/home/r/script.sh: line 10: syntax error near unexpected token `;'
container 1b2a73cae545c6e8d15340f42202609cfd2a58c783822d9399307b0961a54110 is dead
Tue 27 Sep 2022 12:16:30 AM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

maxonfjvipon commented 2 years ago

@rultor stop

rultor commented 2 years ago

@rultor stop

@maxonfjvipon OK, I'll try to stop current task.

rultor commented 2 years ago

@rultor stop

@maxonfjvipon Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 9min)

  - Installing \u001b[32mfriendsofphp/php-cs-fixer\u001b[39m (\u001b[33mv3.11.0\u001b[39m): Extracting archive
  - Installing \u001b[32mguzzlehttp/promises\u001b[39m (\u001b[33m1.5.2\u001b[39m): Extracting archive
  - Installing \u001b[32mralouphie/getallheaders\u001b[39m (\u001b[33m3.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32mpsr/http-message\u001b[39m (\u001b[33m1.0.1\u001b[39m): Extracting archive
  - Installing \u001b[32mpsr/http-factory\u001b[39m (\u001b[33m1.0.1\u001b[39m): Extracting archive
  - Installing \u001b[32mguzzlehttp/psr7\u001b[39m (\u001b[33m2.4.1\u001b[39m): Extracting archive
  - Installing \u001b[32mopis/closure\u001b[39m (\u001b[33m3.6.3\u001b[39m): Extracting archive
  - Installing \u001b[32msymfony/yaml\u001b[39m (\u001b[33mv6.1.4\u001b[39m): Extracting archive
  - Installing \u001b[32msymfony/config\u001b[39m (\u001b[33mv6.1.3\u001b[39m): Extracting archive
  - Installing \u001b[32mpsr/http-client\u001b[39m (\u001b[33m1.0.1\u001b[39m): Extracting archive
  - Installing \u001b[32mguzzlehttp/guzzle\u001b[39m (\u001b[33m7.5.0\u001b[39m): Extracting archive
  - Installing \u001b[32mphp-coveralls/php-coveralls\u001b[39m (\u001b[33mv2.5.3\u001b[39m): Extracting archive
  - Installing \u001b[32mphpstan/phpstan\u001b[39m (\u001b[33m0.12.99\u001b[39m): Extracting archive
  - Installing \u001b[32mphpstan/phpstan-phpunit\u001b[39m (\u001b[33m0.12.22\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/version\u001b[39m (\u001b[33m3.0.2\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/type\u001b[39m (\u001b[33m3.2.0\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/resource-operations\u001b[39m (\u001b[33m3.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/recursion-context\u001b[39m (\u001b[33m4.0.4\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/object-reflector\u001b[39m (\u001b[33m2.0.4\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/object-enumerator\u001b[39m (\u001b[33m4.0.4\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/global-state\u001b[39m (\u001b[33m5.0.5\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/exporter\u001b[39m (\u001b[33m4.0.5\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/environment\u001b[39m (\u001b[33m5.1.4\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/comparator\u001b[39m (\u001b[33m4.0.8\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/code-unit\u001b[39m (\u001b[33m1.0.8\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/cli-parser\u001b[39m (\u001b[33m1.0.1\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/php-timer\u001b[39m (\u001b[33m5.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/php-text-template\u001b[39m (\u001b[33m2.0.4\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/php-invoker\u001b[39m (\u001b[33m3.1.1\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/php-file-iterator\u001b[39m (\u001b[33m3.0.6\u001b[39m): Extracting archive
  - Installing \u001b[32mtheseer/tokenizer\u001b[39m (\u001b[33m1.2.1\u001b[39m): Extracting archive
  - Installing \u001b[32mnikic/php-parser\u001b[39m (\u001b[33mv4.15.1\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/lines-of-code\u001b[39m (\u001b[33m1.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/complexity\u001b[39m (\u001b[33m2.0.2\u001b[39m): Extracting archive
  - Installing \u001b[32msebastian/code-unit-reverse-lookup\u001b[39m (\u001b[33m2.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/php-code-coverage\u001b[39m (\u001b[33m9.2.17\u001b[39m): Extracting archive
  - Installing \u001b[32mphar-io/version\u001b[39m (\u001b[33m3.2.1\u001b[39m): Extracting archive
  - Installing \u001b[32mphar-io/manifest\u001b[39m (\u001b[33m2.0.3\u001b[39m): Extracting archive
  - Installing \u001b[32mmyclabs/deep-copy\u001b[39m (\u001b[33m1.11.0\u001b[39m): Extracting archive
  - Installing \u001b[32mdoctrine/instantiator\u001b[39m (\u001b[33m1.4.1\u001b[39m): Extracting archive
  - Installing \u001b[32mphpunit/phpunit\u001b[39m (\u001b[33m9.5.25\u001b[39m): Extracting archive
  - Installing \u001b[32mroave/security-advisories\u001b[39m (\u001b[33mdev-latest 50a6bc0\u001b[39m)
  - Installing \u001b[32msquizlabs/php_codesniffer\u001b[39m (\u001b[33m3.7.1\u001b[39m): Extracting archive
\u001b[32m15 package suggestions were added by new dependencies, use `composer suggest` to see details.\u001b[39m
\u001b[32mGenerating optimized autoload files\u001b[39m
\u001b[32m54 packages you are using are looking for funding.\u001b[39m
\u001b[32mUse the `composer fund` command to find out more!\u001b[39m
+ echo PHPStan...
PHPStan...
+ composer run-scripts phpstan

\u001b[37;41m                                                                                \u001b[39;49m
\u001b[37;41m Command "run-scripts" is not defined.                                          \u001b[39;49m
\u001b[37;41m                                                                                \u001b[39;49m

 \u001b[32mDo you want to run "run-script" instead?  (yes/no)\u001b[39m [\u001b[33mno\u001b[39m]:
 > b26ba40e601e592dfb9696dcef624ca378e0d931f1dcd1511d311d709755d931
Error response from daemon: Cannot kill container: b26ba40e601e592dfb9696dcef624ca378e0d931f1dcd1511d311d709755d931: Container b26ba40e601e592dfb9696dcef624ca378e0d931f1dcd1511d311d709755d931 is not running
container b26ba40e601e592dfb9696dcef624ca378e0d931f1dcd1511d311d709755d931 is dead
Tue 27 Sep 2022 12:31:45 AM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedPropertyNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPropertyNode.php on line 71
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedInterfaceNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedInterfaceNode.php on line 56
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedInterfaceNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedInterfaceNode.php on line 56
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedPhpDocNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPhpDocNode.php on line 37
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedPhpDocNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedPhpDocNode.php on line 37
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedFunctionNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedFunctionNode.php on line 73
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedFunctionNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedFunctionNode.php on line 73
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedClassNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassNode.php on line 85
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedClassNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassNode.php on line 85
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedTraitUseAdaptation::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitUseAdaptation.php on line 75
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedTraitUseAdaptation::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitUseAdaptation.php on line 75
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedParameterNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedParameterNode.php on line 46
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedParameterNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedParameterNode.php on line 46
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedMethodNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedMethodNode.php on line 93
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedMethodNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedMethodNode.php on line 93
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedTraitNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitNode.php on line 39
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedTraitNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedTraitNode.php on line 39
PHP Deprecated:  Return type of PHPStan\Dependency\ExportedNode\ExportedClassConstantNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassConstantNode.php on line 68
Deprecated: Return type of PHPStan\Dependency\ExportedNode\ExportedClassConstantNode::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Dependency/ExportedNode/ExportedClassConstantNode.php on line 68
PHP Deprecated:  Return type of PHPStan\Analyser\Error::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/Error.php on line 137
Deprecated: Return type of PHPStan\Analyser\Error::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/Error.php on line 137
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Helper/HelperSet.php on line 92
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Helper/HelperSet.php on line 92
Note: Using configuration file /home/r/repo/phpstan.neon.
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 134
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetExists($name) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 134
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 121
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetGet($name) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 121
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetSet($name, $node) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 100
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetSet($name, $node) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 100
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 144
Deprecated: Return type of Hoa\Protocol\Node\Node::offsetUnset($name) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 144
PHP Deprecated:  Return type of Hoa\Protocol\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 301
Deprecated: Return type of Hoa\Protocol\Node\Node::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/protocol/Node/Node.php on line 301
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 556
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 556
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 618
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Finder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Finder.php on line 618
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php on line 37
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FileTypeFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php on line 37
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 74
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::getChildren() should either be compatible with RecursiveDirectoryIterator::getChildren(): RecursiveDirectoryIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 74
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 98
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::rewind() should either be compatible with FilesystemIterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 98
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 54
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator::current() should either be compatible with FilesystemIterator::current(): SplFileInfo|FilesystemIterator|string, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 54
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 51
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 51
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 66
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::hasChildren() should either be compatible with RecursiveIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 66
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 70
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\ExcludeDirectoryFilterIterator::getChildren() should either be compatible with RecursiveIterator::getChildren(): ?RecursiveIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php on line 70
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FilenameFilterIterator.php on line 26
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\FilenameFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/FilenameFilterIterator.php on line 26
PHP Deprecated:  Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/PathFilterIterator.php on line 26
Deprecated: Return type of _PHPStan_76800bfb5\Symfony\Component\Finder\Iterator\PathFilterIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/finder/Iterator/PathFilterIterator.php on line 26
\u001b[37;41mPath /home/r/repo/test does not exist\u001b[39;49m
\u001b[37;41mScript ./vendor/bin/phpstan analyse src test --level=8 handling the phpstan event returned with error code 1\u001b[39;49m
container 2772ee34561745dabdb30b900a52b731c20078b50a3d48837646101817e7791c is dead
Tue 27 Sep 2022 12:35:41 AM CEST
maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
   0/143 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%
\u001b[2K  83/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░]  58%
\u001b[2K 103/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░]  72%
\u001b[2K 143/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ----------------------------------------------------------------------- 
 \u001b[32m Line \u001b[39m \u001b[32m src/Arrayable/ArrExploded.php                                         \u001b[39m 
 ------ ----------------------------------------------------------------------- 
\u001b[39;49m  69     Parameter #1 $separator of function explode expects non-empty-string,\u001b[39;49m\u001b[39;49m  \u001b[39;49m
\u001b[39;49m         \u001b[39;49mstring given.                                                          
\u001b[39;49m  71     Strict comparison using === between array\u001b[39;49m\u001b[39;49m<int, string>\u001b[39;49m\u001b[39;49m&nonEmpty and\u001b[39;49m\u001b[39;49m    \u001b[39;49m
\u001b[39;49m         \u001b[39;49mfalse will always evaluate to false.                                   
 ------ ----------------------------------------------------------------------- 

\u001b[37;41m                                                                                \u001b[39;49m
\u001b[37;41m [ERROR] Found 2 errors                                                         \u001b[39;49m
\u001b[37;41m                                                                                \u001b[39;49m

\u001b[37;41mScript ./vendor/bin/phpstan analyse src tests --level=8 handling the phpstan event returned with error code 1\u001b[39;49m
container 4182a53a5d2f86bf6b1bef69376f078931a015ca796f7b4be1891ce41e19cecc is dead
Tue 27 Sep 2022 12:39:33 AM CEST
maxonfjvipon commented 2 years ago

@maxonfjvipon need to set up php 7.4 inside rultor docker container

maxonfjvipon commented 2 years ago

@rultor merge

rultor commented 2 years ago

@rultor merge

@maxonfjvipon OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 years ago

@rultor merge

@maxonfjvipon Oops, I failed. You can see the full log here (spent 1min)

PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in phar:///home/r/repo/vendor/phpstan/phpstan/phpstan.phar/vendor/hoa/compiler/Llk/Rule/Rule.php on line 163
   0/143 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░]   0%
\u001b[2K  40/143 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░]  27%
\u001b[2K  80/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░]  55%
\u001b[2K 103/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░]  72%
\u001b[2K 143/143 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%

 ------ ----------------------------------------------------------------------- 
 \u001b[32m Line \u001b[39m \u001b[32m src/Arrayable/ArrExploded.php                                         \u001b[39m 
 ------ ----------------------------------------------------------------------- 
\u001b[39;49m  40     Parameter #1 $separator of function explode expects non-empty-string,\u001b[39;49m\u001b[39;49m  \u001b[39;49m
\u001b[39;49m         \u001b[39;49mstring given.                                                          
\u001b[39;49m  42     Strict comparison using === between array\u001b[39;49m\u001b[39;49m<int, string>\u001b[39;49m\u001b[39;49m&nonEmpty and\u001b[39;49m\u001b[39;49m    \u001b[39;49m
\u001b[39;49m         \u001b[39;49mfalse will always evaluate to false.                                   
 ------ ----------------------------------------------------------------------- 

\u001b[37;41m                                                                                \u001b[39;49m
\u001b[37;41m [ERROR] Found 2 errors                                                         \u001b[39;49m
\u001b[37;41m                                                                                \u001b[39;49m

\u001b[37;41mScript ./vendor/bin/phpstan analyse src tests --level=8 handling the phpstan event returned with error code 1\u001b[39;49m
container d4db757a0c2cfe25b567c659138d98b677993ce46ae3677176b7a79cb78476c8 is dead
Thu 13 Oct 2022 06:24:25 PM CEST