Closed dpkaraivanov closed 2 years ago
We didn’t make any change in this package in very long time.
Can you check the output of this command on your CI environment?
$runner = posix_getpwuid(posix_geteuid())['name'];
It's returning false
Are you sure nothing changed on your environment? posix_getpwuid(posix_geteuid())
will only return false
in case of failure.
While running the automatic build in the repository of my project after running
composer install
, I encounter the following error:Everything was working fine until last week (last successful release was on thursday) and today out of nowhere it crashes.