Tests failed because global_setup.sh failed

Not sure why global setup failed: + [[ ! -O /home/jenkins/.ssh ]] + [[ ! -G /home/jenkins/.ssh ]] + verify_set_permissions 700 /home/jenkins/.ssh + local target_permissions=700 + local path_to_set=/home/jenkins/.ssh ++ stat -c %a /home/jenkins/.ssh + local access=700 + [[ 700 != \7\0\0 ]] + return 0 + [[ -f /home/jenkins/.ssh/known_hosts ]] + verify_set_ownership /home/jenkins/.ssh/known_hosts + local path_to_set=/home/jenkins/.ssh/known_hosts ++ id -un + local owner=jenkins ++ id -gn + local group=jenkins + [[ ! -O /home/jenkins/.ssh/known_hosts ]] + [[ ! -G /home/jenkins/.ssh/known_hosts ]] + verify_set_permissions 644 /home/jenkins/.ssh/known_hosts + local target_permissions=644 + local path_to_set=/home/jenkins/.ssh/known_hosts ++ stat -c %a /home/jenkins/.ssh/known_hosts + local access=644 + [[ 644 != \6\4\4 ]] + return 0 + return 0 + true + log ERROR Aborting. Build: https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...

On Mon, Dec 24, 2018 at 7:49 PM Nir Soffer <nsoffer@redhat.com> wrote:
Not sure why global setup failed:
Because of: + sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details. + failed=true Looked a bit and can't find system logs to try and understand why this failed.
+ [[ ! -O /home/jenkins/.ssh ]] + [[ ! -G /home/jenkins/.ssh ]] + verify_set_permissions 700 /home/jenkins/.ssh + local target_permissions=700 + local path_to_set=/home/jenkins/.ssh ++ stat -c %a /home/jenkins/.ssh + local access=700 + [[ 700 != \7\0\0 ]] + return 0 + [[ -f /home/jenkins/.ssh/known_hosts ]] + verify_set_ownership /home/jenkins/.ssh/known_hosts + local path_to_set=/home/jenkins/.ssh/known_hosts ++ id -un + local owner=jenkins ++ id -gn + local group=jenkins + [[ ! -O /home/jenkins/.ssh/known_hosts ]] + [[ ! -G /home/jenkins/.ssh/known_hosts ]] + verify_set_permissions 644 /home/jenkins/.ssh/known_hosts + local target_permissions=644 + local path_to_set=/home/jenkins/.ssh/known_hosts ++ stat -c %a /home/jenkins/.ssh/known_hosts + local access=644 + [[ 644 != \6\4\4 ]] + return 0 + return 0 + true + log ERROR Aborting.
Build: https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
I found above in this log, but do not see this log in the artifacts: https://jenkins.ovirt.org/job/vdsm_standard-check-patch/1084/ I (still?) do not know blue ocean well enough, so far I found it hard to understand and find stuff there. CI team: please try to make searches easier. Ideally, I'd like in above link (to a specific build of a specific job) to have a search box for that build, that searches in everything created by that build - perhaps not only artifacts, if above output from global_setup is not considered an artifact. Thanks. Best regards, -- Didi

On Tue, 25 Dec 2018 at 09:53, Yedidyah Bar David <didi@redhat.com> wrote:
On Mon, Dec 24, 2018 at 7:49 PM Nir Soffer <nsoffer@redhat.com> wrote:
Not sure why global setup failed:
Because of:
+ sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details. + failed=true
Lets have the discussion on the Jira ticket: https://ovirt-jira.atlassian.net/browse/OVIRT-2636
Looked a bit and can't find system logs to try and understand why this failed.
+ [[ ! -O /home/jenkins/.ssh ]] + [[ ! -G /home/jenkins/.ssh ]] + verify_set_permissions 700 /home/jenkins/.ssh + local target_permissions=700 + local path_to_set=/home/jenkins/.ssh ++ stat -c %a /home/jenkins/.ssh + local access=700 + [[ 700 != \7\0\0 ]] + return 0 + [[ -f /home/jenkins/.ssh/known_hosts ]] + verify_set_ownership /home/jenkins/.ssh/known_hosts + local path_to_set=/home/jenkins/.ssh/known_hosts ++ id -un + local owner=jenkins ++ id -gn + local group=jenkins + [[ ! -O /home/jenkins/.ssh/known_hosts ]] + [[ ! -G /home/jenkins/.ssh/known_hosts ]] + verify_set_permissions 644 /home/jenkins/.ssh/known_hosts + local target_permissions=644 + local path_to_set=/home/jenkins/.ssh/known_hosts ++ stat -c %a /home/jenkins/.ssh/known_hosts + local access=644 + [[ 644 != \6\4\4 ]] + return 0 + return 0 + true + log ERROR Aborting.
Build:
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
I found above in this log, but do not see this log in the artifacts:
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/1084/
I (still?) do not know blue ocean well enough, so far I found it hard to understand and find stuff there.
CI team: please try to make searches easier. Ideally, I'd like in above link (to a specific build of a specific job) to have a search box for that build, that searches in everything created by that build - perhaps not only artifacts, if above output from global_setup is not considered an artifact. Thanks.
You can create an RFE...
Best regards, -- Didi
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

On Tue, Dec 25, 2018 at 10:03 AM Barak Korren <bkorren@redhat.com> wrote:
On Tue, 25 Dec 2018 at 09:53, Yedidyah Bar David <didi@redhat.com> wrote:
On Mon, Dec 24, 2018 at 7:49 PM Nir Soffer <nsoffer@redhat.com> wrote:
Not sure why global setup failed:
Because of:
+ sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details. + failed=true
Failed again today: + sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details. https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
Lets have the discussion on the Jira ticket: https://ovirt-jira.atlassian.net/browse/OVIRT-2636
Looked a bit and can't find system logs to try and understand why this failed.
+ [[ ! -O /home/jenkins/.ssh ]] + [[ ! -G /home/jenkins/.ssh ]] + verify_set_permissions 700 /home/jenkins/.ssh + local target_permissions=700 + local path_to_set=/home/jenkins/.ssh ++ stat -c %a /home/jenkins/.ssh + local access=700 + [[ 700 != \7\0\0 ]] + return 0 + [[ -f /home/jenkins/.ssh/known_hosts ]] + verify_set_ownership /home/jenkins/.ssh/known_hosts + local path_to_set=/home/jenkins/.ssh/known_hosts ++ id -un + local owner=jenkins ++ id -gn + local group=jenkins + [[ ! -O /home/jenkins/.ssh/known_hosts ]] + [[ ! -G /home/jenkins/.ssh/known_hosts ]] + verify_set_permissions 644 /home/jenkins/.ssh/known_hosts + local target_permissions=644 + local path_to_set=/home/jenkins/.ssh/known_hosts ++ stat -c %a /home/jenkins/.ssh/known_hosts + local access=644 + [[ 644 != \6\4\4 ]] + return 0 + return 0 + true + log ERROR Aborting.
Build:
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
I found above in this log, but do not see this log in the artifacts:
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/1084/
I (still?) do not know blue ocean well enough, so far I found it hard to understand and find stuff there.
CI team: please try to make searches easier. Ideally, I'd like in above link (to a specific build of a specific job) to have a search box for that build, that searches in everything created by that build - perhaps not only artifacts, if above output from global_setup is not considered an artifact. Thanks.
You can create an RFE...
Best regards, -- Didi
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted

Adding Galit to try and help debug it. On Tue, Dec 25, 2018 at 8:53 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Tue, Dec 25, 2018 at 10:03 AM Barak Korren <bkorren@redhat.com> wrote:
On Tue, 25 Dec 2018 at 09:53, Yedidyah Bar David <didi@redhat.com> wrote:
On Mon, Dec 24, 2018 at 7:49 PM Nir Soffer <nsoffer@redhat.com> wrote:
Not sure why global setup failed:
Because of:
+ sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details. + failed=true
Failed again today:
+ sudo -n systemctl enable postfix Failed to execute operation: Connection timed out + sudo -n systemctl start postfix Failed to start postfix.service: Connection timed out See system logs and 'systemctl status postfix.service' for details.
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
Lets have the discussion on the Jira ticket: https://ovirt-jira.atlassian.net/browse/OVIRT-2636
Looked a bit and can't find system logs to try and understand why this failed.
+ [[ ! -O /home/jenkins/.ssh ]] + [[ ! -G /home/jenkins/.ssh ]] + verify_set_permissions 700 /home/jenkins/.ssh + local target_permissions=700 + local path_to_set=/home/jenkins/.ssh ++ stat -c %a /home/jenkins/.ssh + local access=700 + [[ 700 != \7\0\0 ]] + return 0 + [[ -f /home/jenkins/.ssh/known_hosts ]] + verify_set_ownership /home/jenkins/.ssh/known_hosts + local path_to_set=/home/jenkins/.ssh/known_hosts ++ id -un + local owner=jenkins ++ id -gn + local group=jenkins + [[ ! -O /home/jenkins/.ssh/known_hosts ]] + [[ ! -G /home/jenkins/.ssh/known_hosts ]] + verify_set_permissions 644 /home/jenkins/.ssh/known_hosts + local target_permissions=644 + local path_to_set=/home/jenkins/.ssh/known_hosts ++ stat -c %a /home/jenkins/.ssh/known_hosts + local access=644 + [[ 644 != \6\4\4 ]] + return 0 + return 0 + true + log ERROR Aborting.
Build:
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_sta...
I found above in this log, but do not see this log in the artifacts:
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/1084/
I (still?) do not know blue ocean well enough, so far I found it hard to understand and find stuff there.
CI team: please try to make searches easier. Ideally, I'd like in above link (to a specific build of a specific job) to have a search box for that build, that searches in everything created by that build - perhaps not only artifacts, if above output from global_setup is not considered an artifact. Thanks.
You can create an RFE...
Best regards, -- Didi
-- Barak Korren RHV DevOps team , RHCE, RHCi Red Hat EMEA redhat.com | TRIED. TESTED. TRUSTED. | redhat.com/trusted
_______________________________________________ Infra mailing list -- infra@ovirt.org To unsubscribe send an email to infra-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/message/TKQC3OBPEX5XO5...
-- Eyal edri MANAGER RHV/CNV DevOps EMEA VIRTUALIZATION R&D Red Hat EMEA <https://www.redhat.com/> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> phone: +972-9-7692018 irc: eedri (on #tlv #rhev-dev #rhev-integ)
participants (4)
-
Barak Korren
-
Eyal Edri
-
Nir Soffer
-
Yedidyah Bar David