[
https://ovirt-jira.atlassian.net/browse/OVIRT-2636?page=com.atlassian.jir...
]
Barak Korren commented on OVIRT-2636:
-------------------------------------
Well the issue is here:
{code}
+ sudo -nl /bin/yum
+ sudo -n /bin/yum install -y postfix
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
Package 2:postfix-2.10.1-6.el7.x86_64 already installed and latest version
Nothing to do
+ local failed=0
+ for package in '"${packages[@]}"'
+ rpm -q --quiet --whatprovides postfix
+ continue
+ return 0
+ 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
{code}
It doesn't really make sense to me - how can a local connection to systemd time out?
Node is
vm0096.workers-phx.ovirt.org , an el7 node, maybe some CentOS update breaking
stuff?
Tests failed because global_setup.sh failed
-------------------------------------------
Key: OVIRT-2636
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2636
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Nir Soffer
Assignee: infra
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_...
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100096)