Drush setup of Drupal Failed

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

EXECUTING: 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_61538 --clean-url=0 --account-name=admin --account-pass=drupal --account-mail=admin@example.com

Starting Drupal installation. This takes a while. Consider using the [ok]
--notify global option.
DatabaseConnectionNotDefinedException: The specified database        [error]
connection is not defined: default in
/var/www/html/includes/database/database.inc:1734
Stack trace:
#0 /var/www/html/includes/database/database.inc(1535):
Database::openConnection('default', 'default')
#1 /var/www/html/includes/database/database.inc(2820):
Database::getConnection()
#2 /var/www/html/modules/user/user.module(4082):
db_table_exists('profile_field')
#3 /var/www/html/includes/module.inc(1163):
user_system_info_alter(Array, Object(stdClass), 'module', NULL)
#4 /var/www/html/modules/system/system.module(2444):
drupal_alter('system_info', Array, Object(stdClass), 'module')
#5 /var/www/html/includes/install.inc(1384):
_system_rebuild_module_data()
#6 /var/www/html/includes/install.inc(1358):
install_system_rebuild_module_data()
#7 /var/www/html/includes/install.inc(704):
install_extend_profile_dependencies(Array)
#8 /var/www/html/includes/install.core.inc(746):
drupal_verify_profile(Array)
#9 /var/www/html/includes/install.core.inc(471):
install_verify_requirements(Array)
#10 /var/www/html/includes/install.core.inc(339):
install_run_task(Array, Array)
#11 /var/www/html/includes/install.core.inc(77):
install_run_tasks(Array)
#12 phar:///usr/local/bin/drush/includes/drush.inc(725):
install_drupal(Array)
#13 phar:///usr/local/bin/drush/includes/drush.inc(711):
drush_call_user_func_array('install_drupal', Array)
#14
phar:///usr/local/bin/drush/commands/core/drupal/site_install_7.inc(86):
drush_op('install_drupal', Array)
#15
phar:///usr/local/bin/drush/commands/core/site_install.drush.inc(255):
drush_core_site_install_version('standard', Array)
#16 phar:///usr/local/bin/drush/includes/command.inc(422):
drush_core_site_install()
#17 phar:///usr/local/bin/drush/includes/command.inc(231):
_drush_invoke_hooks(Array, Array)
#18 phar:///usr/local/bin/drush/includes/command.inc(199):
drush_command()
#19 phar:///usr/local/bin/drush/lib/Drush/Boot/BaseBoot.php(67):
drush_dispatch(Array)
#20 phar:///usr/local/bin/drush/includes/preflight.inc(66):
Drush\Boot\BaseBoot->bootstrap_and_dispatch()
#21 phar:///usr/local/bin/drush/includes/startup.inc(458):
drush_main()
#22 phar:///usr/local/bin/drush/includes/startup.inc(365):
drush_run_main(false, '/', 'Phar detected. ...')
#23 phar:///usr/local/bin/drush/drush(114): drush_startup(Array)
#24 /usr/local/bin/drush(10): require('phar:///usr/loc...')
#25 {main}


EXECUTING: 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



EXECUTING: 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



EXECUTING: 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

250 coding standards messages

includes/install.inc
line 4Expected 1 space(s) before asterisk; 0 found
5Expected 1 space(s) before asterisk; 0 found
6Expected 1 space(s) before asterisk; 0 found
92Missing parameter type
94Separate the @param and @return sections by a blank line.
94Return type missing for @return tag in function comment
135Missing parameter type
137Missing parameter type
139Missing parameter type
142Separate the @param and @return sections by a blank line.
142Return type missing for @return tag in function comment
172Missing parameter type
174Missing parameter type
190Return type missing for @return tag in function comment
214Missing parameter type
218Return type missing for @return tag in function comment
234Return type missing for @return tag in function comment
235Return comment indentation must be 3 spaces, found 2 spaces
250Return type missing for @return tag in function comment
251Return comment indentation must be 3 spaces, found 2 spaces
386Return type missing for @return tag in function comment
415Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
419Concat operator must be surrounded by a single space
447Line exceeds 80 characters; contains 85 characters
455If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
472Missing parameter type
473Parameter comment indentation must be 3 spaces, found 2 spaces
475Return type missing for @return tag in function comment
554Missing parameter type
557Return type missing for @return tag in function comment
570Expected 1 space after "="; 2 found
587Missing parameter type
595Line exceeds 80 characters; contains 81 characters
630Comment indentation error, expected only 1 spaces
630Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
672Missing parameter type
675Return type missing for @return tag in function comment
740If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
742Array indentation error, expected 6 spaces but found 8
743Array indentation error, expected 6 spaces but found 8
744Array indentation error, expected 6 spaces but found 8
745Array indentation error, expected 6 spaces but found 8
746Array indentation error, expected 6 spaces but found 8
747Array indentation error, expected 6 spaces but found 8
748Array indentation error, expected 6 spaces but found 8
749Array closing indentation error, expected 4 spaces but found 6
778Type hint "array" missing for $module_list
831Missing parameter type
833Missing parameter type
835Missing parameter type
838Return type missing for @return tag in function comment
857If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
870Case breaking statements must be followed by a single blank line
875Case breaking statements must be followed by a single blank line
880Case breaking statements must be followed by a single blank line
885Case breaking statements must be followed by a single blank line
890Case breaking statements must be followed by a single blank line
895Case breaking statements must be followed by a single blank line
911Missing parameter type
912Parameter comment indentation must be 3 spaces, found 2 spaces
913Missing parameter type
914Parameter comment indentation must be 3 spaces, found 2 spaces
915Missing parameter type
916Parameter comment indentation must be 3 spaces, found 2 spaces
918Return type missing for @return tag in function comment
919Return comment indentation must be 3 spaces, found 2 spaces
923If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
929Case breaking statements must be followed by a single blank line
932Case breaking statements must be followed by a single blank line
960Missing parameter type
961Parameter comment indentation must be 3 spaces, found 2 spaces
962Missing parameter type
963Parameter comment indentation must be 3 spaces, found 2 spaces
964Missing parameter type
965Parameter comment indentation must be 3 spaces, found 2 spaces
967Return type missing for @return tag in function comment
968Return comment indentation must be 3 spaces, found 2 spaces
977If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
990Case breaking statements must be followed by a single blank line
995Case breaking statements must be followed by a single blank line
1000Case breaking statements must be followed by a single blank line
1005Case breaking statements must be followed by a single blank line
1010Case breaking statements must be followed by a single blank line
1036Missing parameter type
1043Comments may not appear after statements
1062Missing parameter type
1065Return type missing for @return tag in function comment
1088Missing parameter type
1092Return type missing for @return tag in function comment
1138Concat operator must be surrounded by a single space
1138Concat operator must be surrounded by a single space
1149Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1152Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1155Case breaking statements must be followed by a single blank line
1156Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1160Case breaking statements must be followed by a single blank line
1161Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1171Missing parameter type
1173Separate the @param and @return sections by a blank line.
1173Return type missing for @return tag in function comment
1202Missing parameter type
1206Return type missing for @return tag in function comment
1222Missing parameter type
1225Return type missing for @return tag in function comment
1231Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1234Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1284Missing parameter type
1286Missing parameter type
1289Return type missing for @return tag in function comment
1313Line exceeds 80 characters; contains 81 characters
1337Missing parameter type
1349Missing parameter type
1352Return type missing for @return tag in function comment
1380Return type missing for @return tag in function comment
modules/system/system.module
5Line exceeds 80 characters; contains 81 characters
11All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_MAXIMUM_TEMP_FILE_AGE" but found "DRUPAL_MAXIMUM_TEMP_FILE_AGE"
16All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_CRON_DEFAULT_THRESHOLD" but found "DRUPAL_CRON_DEFAULT_THRESHOLD"
21All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_USER_TIMEZONE_DEFAULT" but found "DRUPAL_USER_TIMEZONE_DEFAULT"
26All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_USER_TIMEZONE_EMPTY" but found "DRUPAL_USER_TIMEZONE_EMPTY"
31All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_USER_TIMEZONE_SELECT" but found "DRUPAL_USER_TIMEZONE_SELECT"
33Line indented incorrectly; expected 0 spaces, found 1
34Doc comment short description must end with a full stop
36All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_DISABLED" but found "DRUPAL_DISABLED"
39Doc comment short description must end with a full stop
41All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_OPTIONAL" but found "DRUPAL_OPTIONAL"
44Doc comment short description must end with a full stop
46All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_REQUIRED" but found "DRUPAL_REQUIRED"
53All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_DRUPAL_WEIGHT_SELECT_MAX" but found "DRUPAL_WEIGHT_SELECT_MAX"
60All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_REGIONS_VISIBLE" but found "REGIONS_VISIBLE"
67All constants defined by a module must be prefixed with the module's name, expected "SYSTEM_REGIONS_ALL" but found "REGIONS_ALL"
89If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
91If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
95Case breaking statements must be followed by a single blank line
97Case breaking statements must be followed by a single blank line
100Case breaking statements must be followed by a single blank line
104Case breaking statements must be followed by a single blank line
106Case breaking statements must be followed by a single blank line
120Case breaking statements must be followed by a single blank line
122Case breaking statements must be followed by a single blank line
127Case breaking statements must be followed by a single blank line
133Case breaking statements must be followed by a single blank line
141Case breaking statements must be followed by a single blank line
143Case breaking statements must be followed by a single blank line
145Case breaking statements must be followed by a single blank line
1002Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1155Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1233Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
1689Missing parameter type
1692Return type missing for @return tag in function comment
1762Tags must be grouped together in a doc comment
1767Tags must be grouped together in a doc comment
1769Missing parameter type
1771Missing parameter type
1773Missing parameter type
1777Missing parameter type
1779Separate the @param and @return sections by a blank line.
1779Return type missing for @return tag in function comment
1805Separate the @param and @return sections by a blank line.
1805Return type missing for @return tag in function comment
2007If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
2066Only string literals should be passed to t() where possible
2086Case breaking statements must be followed by a single blank line
2090Case breaking statements must be followed by a single blank line
2094Case breaking statements must be followed by a single blank line
2099Only string literals should be passed to t() where possible
2120Missing parameter type
2178Missing parameter type
2215Missing parameter type
2217Missing parameter type
2238Missing parameter type
2240Missing parameter type
2281Line exceeds 80 characters; contains 82 characters
2296If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
2328Missing parameter type
2330Missing parameter type
2336Return type missing for @return tag in function comment
2367Return type missing for @return tag in function comment
2371Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
2464Return type missing for @return tag in function comment
2513Return type missing for @return tag in function comment
2517Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
2531Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
2567Inline comments must end in full-stops, exclamation marks, colons, question marks, or closing parentheses
2647Return type missing for @return tag in function comment
2666Missing parameter type
2668Missing parameter type
2671Return type missing for @return tag in function comment
2722Missing parameter type
2724Missing parameter type
2749Only string literals should be passed to t() where possible
2763Line exceeds 80 characters; contains 83 characters
2774Missing parameter type
2777Return type missing for @return tag in function comment
2798Missing parameter type
2801Return type missing for @return tag in function comment
2872Missing parameter type
2876Missing parameter type
2879Missing parameter type
2886Missing parameter type
2888Missing parameter type
2891Missing parameter type
2894Missing parameter type
2897Return type missing for @return tag in function comment
2952Return type missing for @return tag in function comment
2964Missing parameter type
2975Missing parameter type
2977Missing parameter type
2980Return type missing for @return tag in function comment
3074A comma should follow the last multiline array item. Found: DRUPAL_MAXIMUM_TEMP_FILE_AGE
3085If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
3097If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
3173Missing parameter type
3176Return type missing for @return tag in function comment
3226Line exceeds 80 characters; contains 85 characters
3264Type hint "array" missing for $context
3304Missing function doc comment
3316Missing function doc comment
3335Type hint "array" missing for $context
3358Missing function doc comment
3360A comma should follow the last multiline array item. Found: ]
3367Missing parameter type
3377Type hint "array" missing for $context
3398Missing parameter type
3409If the line declaring an array spans longer than 80 characters, each element should be broken into its own line
3409Only string literals should be passed to t() where possible
3424Return type missing for @return tag in function comment
3425Return comment indentation must be 3 spaces, found 2 spaces
3577Missing parameter type
3580Return type missing for @return tag in function comment
3627Missing parameter type
3630Return type missing for @return tag in function comment
3662Missing parameter type
3665Return type missing for @return tag in function comment
3699Missing parameter type
3703Missing parameter type
3706Return type missing for @return tag in function comment
3739Return type missing for @return tag in function comment
3785Comments may not appear after statements
3799Return type missing for @return tag in function comment
3861Comments may not appear after statements
3886Missing parameter type
3913Missing parameter type
3931Missing parameter type
3937Missing parameter type
3988Missing parameter type
4020Missing parameter type
4036Missing parameter type
4049Missing parameter type
4053Return type missing for @return tag in function comment
4067If the line declaring an array spans longer than 80 characters, each element should be broken into its own line

Drupal 7.x-dev branch result

History

UpdatedResult
3 Feb 2018 at 14:04 UTC