Toolchain pipeline execution failure
up vote
0
down vote
favorite
Following this tutorial for IBM Toolchain pipeline using Selenium and Firefox for automated testing:
https://www.ibm.com/blogs/bluemix/2017/08/running-selenium-tests-command-line-delivery-pipeline/
I've implemented everything correctly, however when the toolchain is executing this command:
sudo apt-get -y --force-yes install xvfb xfonts-100dpi
xfonts-75dpi xfonts-cyrillic xorg dbus-x11
It reaches the "xorg" install and stops executing and is requesting keyboard settings, which cannot be entered as the UI is not interactive:
Configuring keyboard-configuration
The layout of keyboards varies per country, with some countries having multiple
common layouts. Please select the country of origin for the keyboard of this
computer.
1. Afghani 48. Irish
2. Albanian 49. Italian
3. Amharic 50. Japanese
4. Arabic 51. Japanese (PC-98xx Series)
5. Arabic (Morocco) 52. Kazakh
6. Arabic (Syria) 53. Khmer (Cambodia)
7. Armenian 54. Korean
8. Azerbaijani 55. Kyrgyz
9. Bambara 56. Lao
10. Bangla 57. Latvian
11. Belarusian 58. Lithuanian
12. Belgian 59. Macedonian
13. Bosnian 60. Maltese
14. Braille 61. Maori
15. Bulgarian 62. Moldavian
16. Burmese 63. Mongolian
17. Chinese 64. Montenegrin
18. Croatian 65. Nepali
19. Czech 66. Norwegian
20. Danish 67. Persian
21. Dhivehi 68. Polish
22. Dutch 69. Portuguese
23. Dzongkha 70. Portuguese (Brazil)
24. English (Cameroon) 71. Romanian
25. English (Ghana) 72. Russian
26. English (Nigeria) 73. Serbian
27. English (South Africa) 74. Sinhala (phonetic)
28. English (UK) 75. Slovak
29. English (US) 76. Slovenian
30. Esperanto 77. Spanish
31. Estonian 78. Spanish (Latin American)
32. Faroese 79. Swahili (Kenya)
33. Filipino 80. Swahili (Tanzania)
34. Finnish 81. Swedish
35. French 82. Switzerland
36. French (Canada) 83. Taiwanese
37. French (Democratic Republic of the Congo) 84. Tajik
38. French (Guinea) 85. Thai
39. Georgian 86. Tswana
40. German 87. Turkish
41. German (Austria) 88. Turkmen
42. Greek 89. Ukrainian
43. Hebrew 90. Urdu (Pakistan)
44. Hungarian 91. Uzbek
45. Icelandic 92. Vietnamese
46. Indian 93. Wolof
47. Iraqi
Country of origin for the keyboard:
The job exceeded the maximum time limit for jobs, and has been terminated.
As I am unable to pass the value "28", how do I overcome this?
I added the following before the above command:
LANG=en locale
LANGUAGE=en_GB:en
but that does not seem to make a difference.
any ideas?
ibm-cloud
add a comment |
up vote
0
down vote
favorite
Following this tutorial for IBM Toolchain pipeline using Selenium and Firefox for automated testing:
https://www.ibm.com/blogs/bluemix/2017/08/running-selenium-tests-command-line-delivery-pipeline/
I've implemented everything correctly, however when the toolchain is executing this command:
sudo apt-get -y --force-yes install xvfb xfonts-100dpi
xfonts-75dpi xfonts-cyrillic xorg dbus-x11
It reaches the "xorg" install and stops executing and is requesting keyboard settings, which cannot be entered as the UI is not interactive:
Configuring keyboard-configuration
The layout of keyboards varies per country, with some countries having multiple
common layouts. Please select the country of origin for the keyboard of this
computer.
1. Afghani 48. Irish
2. Albanian 49. Italian
3. Amharic 50. Japanese
4. Arabic 51. Japanese (PC-98xx Series)
5. Arabic (Morocco) 52. Kazakh
6. Arabic (Syria) 53. Khmer (Cambodia)
7. Armenian 54. Korean
8. Azerbaijani 55. Kyrgyz
9. Bambara 56. Lao
10. Bangla 57. Latvian
11. Belarusian 58. Lithuanian
12. Belgian 59. Macedonian
13. Bosnian 60. Maltese
14. Braille 61. Maori
15. Bulgarian 62. Moldavian
16. Burmese 63. Mongolian
17. Chinese 64. Montenegrin
18. Croatian 65. Nepali
19. Czech 66. Norwegian
20. Danish 67. Persian
21. Dhivehi 68. Polish
22. Dutch 69. Portuguese
23. Dzongkha 70. Portuguese (Brazil)
24. English (Cameroon) 71. Romanian
25. English (Ghana) 72. Russian
26. English (Nigeria) 73. Serbian
27. English (South Africa) 74. Sinhala (phonetic)
28. English (UK) 75. Slovak
29. English (US) 76. Slovenian
30. Esperanto 77. Spanish
31. Estonian 78. Spanish (Latin American)
32. Faroese 79. Swahili (Kenya)
33. Filipino 80. Swahili (Tanzania)
34. Finnish 81. Swedish
35. French 82. Switzerland
36. French (Canada) 83. Taiwanese
37. French (Democratic Republic of the Congo) 84. Tajik
38. French (Guinea) 85. Thai
39. Georgian 86. Tswana
40. German 87. Turkish
41. German (Austria) 88. Turkmen
42. Greek 89. Ukrainian
43. Hebrew 90. Urdu (Pakistan)
44. Hungarian 91. Uzbek
45. Icelandic 92. Vietnamese
46. Indian 93. Wolof
47. Iraqi
Country of origin for the keyboard:
The job exceeded the maximum time limit for jobs, and has been terminated.
As I am unable to pass the value "28", how do I overcome this?
I added the following before the above command:
LANG=en locale
LANGUAGE=en_GB:en
but that does not seem to make a difference.
any ideas?
ibm-cloud
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Following this tutorial for IBM Toolchain pipeline using Selenium and Firefox for automated testing:
https://www.ibm.com/blogs/bluemix/2017/08/running-selenium-tests-command-line-delivery-pipeline/
I've implemented everything correctly, however when the toolchain is executing this command:
sudo apt-get -y --force-yes install xvfb xfonts-100dpi
xfonts-75dpi xfonts-cyrillic xorg dbus-x11
It reaches the "xorg" install and stops executing and is requesting keyboard settings, which cannot be entered as the UI is not interactive:
Configuring keyboard-configuration
The layout of keyboards varies per country, with some countries having multiple
common layouts. Please select the country of origin for the keyboard of this
computer.
1. Afghani 48. Irish
2. Albanian 49. Italian
3. Amharic 50. Japanese
4. Arabic 51. Japanese (PC-98xx Series)
5. Arabic (Morocco) 52. Kazakh
6. Arabic (Syria) 53. Khmer (Cambodia)
7. Armenian 54. Korean
8. Azerbaijani 55. Kyrgyz
9. Bambara 56. Lao
10. Bangla 57. Latvian
11. Belarusian 58. Lithuanian
12. Belgian 59. Macedonian
13. Bosnian 60. Maltese
14. Braille 61. Maori
15. Bulgarian 62. Moldavian
16. Burmese 63. Mongolian
17. Chinese 64. Montenegrin
18. Croatian 65. Nepali
19. Czech 66. Norwegian
20. Danish 67. Persian
21. Dhivehi 68. Polish
22. Dutch 69. Portuguese
23. Dzongkha 70. Portuguese (Brazil)
24. English (Cameroon) 71. Romanian
25. English (Ghana) 72. Russian
26. English (Nigeria) 73. Serbian
27. English (South Africa) 74. Sinhala (phonetic)
28. English (UK) 75. Slovak
29. English (US) 76. Slovenian
30. Esperanto 77. Spanish
31. Estonian 78. Spanish (Latin American)
32. Faroese 79. Swahili (Kenya)
33. Filipino 80. Swahili (Tanzania)
34. Finnish 81. Swedish
35. French 82. Switzerland
36. French (Canada) 83. Taiwanese
37. French (Democratic Republic of the Congo) 84. Tajik
38. French (Guinea) 85. Thai
39. Georgian 86. Tswana
40. German 87. Turkish
41. German (Austria) 88. Turkmen
42. Greek 89. Ukrainian
43. Hebrew 90. Urdu (Pakistan)
44. Hungarian 91. Uzbek
45. Icelandic 92. Vietnamese
46. Indian 93. Wolof
47. Iraqi
Country of origin for the keyboard:
The job exceeded the maximum time limit for jobs, and has been terminated.
As I am unable to pass the value "28", how do I overcome this?
I added the following before the above command:
LANG=en locale
LANGUAGE=en_GB:en
but that does not seem to make a difference.
any ideas?
ibm-cloud
Following this tutorial for IBM Toolchain pipeline using Selenium and Firefox for automated testing:
https://www.ibm.com/blogs/bluemix/2017/08/running-selenium-tests-command-line-delivery-pipeline/
I've implemented everything correctly, however when the toolchain is executing this command:
sudo apt-get -y --force-yes install xvfb xfonts-100dpi
xfonts-75dpi xfonts-cyrillic xorg dbus-x11
It reaches the "xorg" install and stops executing and is requesting keyboard settings, which cannot be entered as the UI is not interactive:
Configuring keyboard-configuration
The layout of keyboards varies per country, with some countries having multiple
common layouts. Please select the country of origin for the keyboard of this
computer.
1. Afghani 48. Irish
2. Albanian 49. Italian
3. Amharic 50. Japanese
4. Arabic 51. Japanese (PC-98xx Series)
5. Arabic (Morocco) 52. Kazakh
6. Arabic (Syria) 53. Khmer (Cambodia)
7. Armenian 54. Korean
8. Azerbaijani 55. Kyrgyz
9. Bambara 56. Lao
10. Bangla 57. Latvian
11. Belarusian 58. Lithuanian
12. Belgian 59. Macedonian
13. Bosnian 60. Maltese
14. Braille 61. Maori
15. Bulgarian 62. Moldavian
16. Burmese 63. Mongolian
17. Chinese 64. Montenegrin
18. Croatian 65. Nepali
19. Czech 66. Norwegian
20. Danish 67. Persian
21. Dhivehi 68. Polish
22. Dutch 69. Portuguese
23. Dzongkha 70. Portuguese (Brazil)
24. English (Cameroon) 71. Romanian
25. English (Ghana) 72. Russian
26. English (Nigeria) 73. Serbian
27. English (South Africa) 74. Sinhala (phonetic)
28. English (UK) 75. Slovak
29. English (US) 76. Slovenian
30. Esperanto 77. Spanish
31. Estonian 78. Spanish (Latin American)
32. Faroese 79. Swahili (Kenya)
33. Filipino 80. Swahili (Tanzania)
34. Finnish 81. Swedish
35. French 82. Switzerland
36. French (Canada) 83. Taiwanese
37. French (Democratic Republic of the Congo) 84. Tajik
38. French (Guinea) 85. Thai
39. Georgian 86. Tswana
40. German 87. Turkish
41. German (Austria) 88. Turkmen
42. Greek 89. Ukrainian
43. Hebrew 90. Urdu (Pakistan)
44. Hungarian 91. Uzbek
45. Icelandic 92. Vietnamese
46. Indian 93. Wolof
47. Iraqi
Country of origin for the keyboard:
The job exceeded the maximum time limit for jobs, and has been terminated.
As I am unable to pass the value "28", how do I overcome this?
I added the following before the above command:
LANG=en locale
LANGUAGE=en_GB:en
but that does not seem to make a difference.
any ideas?
ibm-cloud
ibm-cloud
asked Nov 22 at 16:43
tony pigram
114
114
add a comment |
add a comment |
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435261%2ftoolchain-pipeline-execution-failure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53435261%2ftoolchain-pipeline-execution-failure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown