That is not the real issue, the real issue seems to be this:
+ sudo -n systemctl start docker
Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
+ sudo -n systemctl status docker
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2019-02-25 04:03:52 UTC; 45ms ago
Docs: https://docs.docker.com
Process: 15496 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)
Main PID: 15496 (code=exited, status=1/FAILURE)
Feb 25 04:03:52 openshift-integ-tests-container-6bmr3 systemd[1]: Failed to start Docker Application Container Engine.
Feb 25 04:03:52 openshift-integ-tests-container-6bmr3 systemd[1]: Unit docker.service entered failed state.
Feb 25 04:03:52 openshift-integ-tests-container-6bmr3 systemd[1]: docker.service failed.
+ :
+ log ERROR 'Failed to start docker service'
+ local level=ERROR
So docker is failing to start in the integ-test container. Here is the podspec that was used:
---
apiVersion: v1
kind: Pod
metadata:
generateName: jenkins-slave
labels:
integ-tests-container: ""
namespace: jenkins-ovirt-org
spec:
containers:
- env:
- name: JENKINS_AGENT_WORKDIR
value: /home/jenkins
- name: CI_RUNTIME_UNAME
value: jenkins
- name: STDCI_SLAVE_CONTAINER_NAME
value: im_a_container
- name: CONTAINER_SLOTS
value: /var/lib/stdci
image: docker.io/ovirtinfra/el7-runner-node:12c9f471a6e9eccd6d5052c6c4964fff3b6670c9
command: ['/usr/sbin/init']
livenessProbe:
exec:
command: ['systemctl', 'status', 'multi-user.target']
initialDelaySeconds: 360
periodSeconds: 7200
name: jnlp
resources:
limits:
memory: 32Gi
requests:
memory: 32Gi
securityContext:
privileged: true
volumeMounts:
- mountPath: /var/lib/stdci
name: slave-cache
- mountPath: /dev/shm
name: dshm
workingDir: /home/jenkins
tty: true
nodeSelector:
model: r620
serviceAccount: jenkins-slave
volumes:
- hostPath:
path: /var/lib/stdci
type: DirectoryOrCreate
name: slave-cache
- emptyDir:
medium: Memory
name: dshm
Adding Gal and infra list.
Hi,
I have some OST patches failing on:
---------- Forwarded message ---------
From:
Galit Rosenthal <grosenth@redhat.com>Date: Mon, Feb 25, 2019 at 8:35 AM
Subject: Re: INVALID_SERVICE: ovirtlago
To: Eitan Raviv <
eraviv@redhat.com>
I think you should consult Barak
--
--