Hello,
I am getting the following result of the Automated test results:
command: php bin/magento deploy:mode:set production
output: Enabling maintenance mode\nStarting compilation\nSomething went wrong while compiling generated code. See the error log for details.\nDisabling maintenance mode\nCommand returned non-zero exit code:\n`/usr/bin/php -f /var/www/html/bin/magento setup:di:compile`\n
Though, I can successfully run this command on my local machine and my server machine as well. Here is what I am getting.
How do I know what is going on with automated tests? They even don't provide the system logs. I checked the following post. One of the members of the review team says that they are updating the system.
Please clarify and let me know how can I pass the automated test for my extension.
Anyone who resolved this problem with the technical submission. Please answer. It seems like this error might be depending on the system PHP settings where the testing is performed. How can I re-submit it again?