Hello guys,
we are often having problems with Jenkins job [1] where sometimes we are not able to use scl command. It just says `scl: command not found`. We are not sure how we could solve this problem or if it is some problem with nodes and you could help us with that? The job is running on devtools-ci-slave04.
Thank you for your time. Have a nice day, Katka
[1] https://ci.centos.org/job/devtools-rh-che-periodic-prod-1a/2340/console
Hi :) It seems a problem of scl not installed as the error says. In script ci/functional_tests_utils.sh: line 140 this command is being used (as per the log) I won't say this is CI issue but the scripts'. You could just add installation of scl as a step before the script (or in the script) What worries me is that you said `often` which means that it works fine on some nodes. Is this reproducible in any way that you can think of? and is there anything different you are doing when the job passes?
On Thu, Mar 26, 2020 at 3:25 PM Katerina Foniok kkanova@redhat.com wrote:
Hello guys,
we are often having problems with Jenkins job [1] where sometimes we are not able to use scl command. It just says `scl: command not found`. We are not sure how we could solve this problem or if it is some problem with nodes and you could help us with that? The job is running on devtools-ci-slave04.
Thank you for your time. Have a nice day, Katka
[1] https://ci.centos.org/job/devtools-rh-che-periodic-prod-1a/2340/console _______________________________________________ CI-users mailing list CI-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
-- Vipul Siddharth He/His/Him Fedora | CentOS CI Infrastructure Team Red Hat w: vipul.dev
Hi,
thank you for that quick response. It is quite weird that some times it works and some times not. That was why I thought it can be more infra issue then script issue. It can be some hiccup with timings of installations. I'll try to change the script to solve that. If I'll not be successful, I'll reach you again.
Thank you very much for your help :) Regards Katka
On Thu, Mar 26, 2020 at 11:50 AM Vipul Siddharth vipul@redhat.com wrote:
Hi :) It seems a problem of scl not installed as the error says. In script ci/functional_tests_utils.sh: line 140 this command is being used (as per the log) I won't say this is CI issue but the scripts'. You could just add installation of scl as a step before the script (or in the script) What worries me is that you said `often` which means that it works fine on some nodes. Is this reproducible in any way that you can think of? and is there anything different you are doing when the job passes?
On Thu, Mar 26, 2020 at 3:25 PM Katerina Foniok kkanova@redhat.com wrote:
Hello guys,
we are often having problems with Jenkins job [1] where sometimes we are
not able to use scl command. It just says `scl: command not found`. We are not sure how we could solve this problem or if it is some problem with nodes and you could help us with that? The job is running on devtools-ci-slave04.
Thank you for your time. Have a nice day, Katka
[1]
https://ci.centos.org/job/devtools-rh-che-periodic-prod-1a/2340/console
CI-users mailing list CI-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
-- Vipul Siddharth He/His/Him Fedora | CentOS CI Infrastructure Team Red Hat w: vipul.dev
CI-users mailing list CI-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
Hello again,
I finally had some time and added the installation of scl to the job. In the log [1] the scl is not present so it is installed. But after that, the script again fails with `scl: command not found`. And yes, it is just happening some times... Do you have any other idea? Script installing scl [2] and methods that are failing [3], [4]. Sorry for disturbing you, but I have really run out of ideas on how to solve that.
Regards, Katka
[1] https://ci.centos.org/view/Devtools/job/devtools-rh-che-periodic-prod-1a/244... [2] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_... [3] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_... [4] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_...
On Thu, Mar 26, 2020 at 12:25 PM Katerina Foniok kkanova@redhat.com wrote:
Hi,
thank you for that quick response. It is quite weird that some times it works and some times not. That was why I thought it can be more infra issue then script issue. It can be some hiccup with timings of installations. I'll try to change the script to solve that. If I'll not be successful, I'll reach you again.
Thank you very much for your help :) Regards Katka
On Thu, Mar 26, 2020 at 11:50 AM Vipul Siddharth vipul@redhat.com wrote:
Hi :) It seems a problem of scl not installed as the error says. In script ci/functional_tests_utils.sh: line 140 this command is being used (as per the log) I won't say this is CI issue but the scripts'. You could just add installation of scl as a step before the script (or in the script) What worries me is that you said `often` which means that it works fine on some nodes. Is this reproducible in any way that you can think of? and is there anything different you are doing when the job passes?
On Thu, Mar 26, 2020 at 3:25 PM Katerina Foniok kkanova@redhat.com wrote:
Hello guys,
we are often having problems with Jenkins job [1] where sometimes we
are not able to use scl command. It just says `scl: command not found`. We are not sure how we could solve this problem or if it is some problem with nodes and you could help us with that? The job is running on devtools-ci-slave04.
Thank you for your time. Have a nice day, Katka
[1]
https://ci.centos.org/job/devtools-rh-che-periodic-prod-1a/2340/console
CI-users mailing list CI-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
-- Vipul Siddharth He/His/Him Fedora | CentOS CI Infrastructure Team Red Hat w: vipul.dev
CI-users mailing list CI-users@centos.org https://lists.centos.org/mailman/listinfo/ci-users
On 15/04/2020 13:04, Katerina Foniok wrote:
Hello again,
I finally had some time and added the installation of scl to the job. In the log [1] the scl is not present so it is installed. But after that, the script again fails with `scl: command not found`. And yes, it is just happening some times... Do you have any other idea? Script installing scl [2] and methods that are failing [3], [4]. Sorry for disturbing you, but I have really run out of ideas on how to solve that.
Regards, Katka
[1] https://ci.centos.org/view/Devtools/job/devtools-rh-che-periodic-prod-1a/244... [2] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_... [3] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_... [4] https://github.com/redhat-developer/rh-che/blob/master/.ci/functional_tests_...
Hi,
Haven't parsed you whole .sh script but you point only to centos-release-scl in [2] while in your log [1] you try to call scl without having even installed scl-utils ?
rpm -qif /usr/bin/scl Name : scl-utils