Drush setup of Drupal Failed

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

--- Commands Executed ---
cd /var/www/html && sudo -u www-data DRUSH_NO_MIN_PHP=1 /usr/local/bin/drush -r /var/www/html si -y --db-url=mysql://drupaltestbot:drupaltestbotpw@172.18.0.4/jenkins_drupal_d7_106056 --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com
cd /var/www/html && sudo -u www-data DRUSH_NO_MIN_PHP=1 /usr/local/bin/drush -r /var/www/html vset simpletest_clear_results '0' 2>&1
cd /var/www/html && sudo -u www-data DRUSH_NO_MIN_PHP=1 /usr/local/bin/drush -r /var/www/html vset simpletest_verbose '0' 2>&1
cd /var/www/html && sudo -u www-data DRUSH_NO_MIN_PHP=1 /usr/local/bin/drush -r /var/www/html en -y simpletest 2>&1
Return Code: 1
--- Output ---
You are about to create a /var/www/html/sites/default/settings.php file and DROP all tables in your 'jenkins_drupal_d7_106056' database. Do you want to continue? (y/n): y

simpletest_clear_results was set to 0.                               [success]

simpletest_verbose was set to 0.                                     [success]

The following extensions will be enabled: simpletest
Do you really want to continue? (y/n): y
simpletest was enabled successfully.                                 [ok]
simpletest defines the following permissions: administer unit tests
--- Errors ---
Starting Drupal installation. This takes a while. Consider using the [ok]
--notify global option.
sh: 1: -t: not found
WD mail: Error sending e-mail (from admin@example.com to             [error]
admin@example.com).
Installation complete.                                               [ok]
Unable to send e-mail. Contact the site administrator if the problem [error]
persists.

129 coding standards messages

entity.module
line 39Doc comment short description must be on a single line, further text should be a separate paragraph
45Doc comment short description must be on a single line, further text should be a separate paragraph
50More than 2 empty lines are not allowed
54Missing parameter type
56Missing parameter type
60Expected "bool" but found "boolean" for function return type
63Expected 1 blank line before function; 3 found
72A comma should follow the last multiline array item. Found: 'form callback'
104Missing parameter type
106Missing parameter type
108Separate the @param and @return sections by a blank line.
108Return type missing for @return tag in function comment
122Missing parameter type
151Missing parameter type
153Missing parameter type
178Type hint "Entity" missing for $entity
200Case breaking statements must be followed by a single blank line
202Case breaking statements must be followed by a single blank line
204Case breaking statements must be followed by a single blank line
206Case breaking statements must be followed by a single blank line
208Case breaking statements must be followed by a single blank line
219'@todo: Re-name entity_load() to entity_load_multiple() in d8 core and this' should match the format '@todo Fix problem X here.'
222Parameter tags must be defined first in a doc comment
222Missing parameter type
224Missing parameter type
229Return type missing for @return tag in function comment
240Line exceeds 80 characters; contains 83 characters
242Missing parameter type
244Missing parameter type
246Missing parameter type
252Return type missing for @return tag in function comment
272Missing parameter type
274Missing parameter type
277Return type missing for @return tag in function comment
305Missing parameter type
307Missing parameter type
310Return type missing for @return tag in function comment
322Missing parameter type
324Missing parameter type
327Separate the @param and @return sections by a blank line.
327Return type missing for @return tag in function comment
348Missing parameter type
350Missing parameter type
353Return type missing for @return tag in function comment
369Missing parameter type
371Missing parameter type
374Return type missing for @return tag in function comment
394Missing parameter type
396Missing parameter type
399Expected "bool" but found "boolean" for function return type
433Missing parameter type
435Missing parameter type
451Missing parameter type
453Missing parameter type
456Separate the @param and @return sections by a blank line.
456Return type missing for @return tag in function comment
479Missing parameter type
481Missing parameter type
483Missing parameter type
485Separate the @param and @return sections by a blank line.
485Return type missing for @return tag in function comment
506Missing parameter type
511Separate the @param and @return sections by a blank line.
511Return type missing for @return tag in function comment
524Missing parameter type
527Return type missing for @return tag in function comment
544Missing parameter type
546Missing parameter type
548Missing parameter type
550Missing parameter type
553Separate the @param and @return sections by a blank line.
553Return type missing for @return tag in function comment
572Missing parameter type
574Missing parameter type
596Missing parameter type
598Missing parameter type
600Missing parameter type
602Missing parameter type
605Missing parameter type
614Separate the @param and @return sections by a blank line.
614Return type missing for @return tag in function comment
642Missing parameter type
645Missing parameter type
647Missing parameter type
650Missing parameter type
653Expected "bool" but found "boolean" for function return type
674Missing parameter type
676Missing parameter type
678Separate the @param and @return sections by a blank line.
678Return type missing for @return tag in function comment
702Missing parameter type
721Return type missing for @return tag in function comment
722Return comment indentation must be 3 spaces, found 2 spaces
723Return comment indentation must be 3 spaces, found 2 spaces
738Missing parameter type
740Missing parameter type
742Missing parameter type
746Return type missing for @return tag in function comment
843Missing parameter type
868The array declaration extends to column 122 (the limit is 80). The array content should be split up over multiple lines
888The array declaration extends to column 155 (the limit is 80). The array content should be split up over multiple lines
888The array declaration extends to column 154 (the limit is 80). The array content should be split up over multiple lines
995The array declaration extends to column 122 (the limit is 80). The array content should be split up over multiple lines
999Object operator not indented correctly; expected 6 spaces but found 10
1000The array declaration extends to column 82 (the limit is 80). The array content should be split up over multiple lines
1010Object operator not indented correctly; expected 6 spaces but found 10
1130The array declaration extends to column 99 (the limit is 80). The array content should be split up over multiple lines
1131A comma should follow the last multiline array item. Found: 'includes/entity.ui.inc'
1235Missing parameter type
1237Missing parameter type
1243Missing parameter type
1245Missing parameter type
1249Return type missing for @return tag in function comment
1284Expected 1 blank line after function; 2 found
1290Missing parameter type
1291Parameter comment indentation must be 3 spaces, found 2 spaces
1292Missing parameter type
1293Parameter comment indentation must be 3 spaces, found 2 spaces
1294Missing parameter type
1295Parameter comment indentation must be 3 spaces, found 2 spaces
1296Parameter comment indentation must be 3 spaces, found 2 spaces
1297Parameter comment indentation must be 3 spaces, found 2 spaces
1320Missing parameter type
1322Missing parameter type
1324Missing parameter type
1388Missing parameter type
1390Missing parameter type
1393Missing parameter type
1406Separate the @param and @return sections by a blank line.

History

UpdatedResult
25 Nov 2020 at 09:10 UTC