gluster / project-infrastructure

Issues related to GlusterFs infrastructure components.
0 stars 0 forks source link

Are s390x builders enabled ? #182

Open xhernandez opened 1 year ago

xhernandez commented 1 year ago

I see there's an s390x job to run regressions and there seems to be some s390x builders in jenkins, but they are 'offline' or 'launching', but it doesn't seem they come online to run regressions.

Are they going to be available soon ?

I've sent several patches to improve tests and actual Gluster code to run on s390x. Actually I'm passing a full regression right now without any issue. There are still some required patches not merged in devel branch, but I expect that everything required will be in place soon.

mscherer commented 1 year ago

The 1st server seems down, so I guess jenkins do not have a proper timeout for that case. I disabled it, and let's see if the job are scheduled on the 2 others.

xhernandez commented 1 year ago

Now it seems that a builder was started, but it fails because of some permission issues during installation:

https://build.gluster.org/job/centos8-s390-regression/79/console

10:26:29  /usr/bin/mkdir -p '/var/lib/glusterd/hooks/1/add-brick/post/'
10:26:29  /usr/bin/install -c /home/jenkins/root/workspace/centos8-s390-regression/extras/hook-scripts/add-brick/post/disabled-quota-root-xattr-heal.sh /home/jenkins/root/workspace/centos8-s390-regression/extras/hook-scripts/add-brick/post/S10selinux-label-brick.sh /home/jenkins/root/workspace/centos8-s390-regression/extras/hook-scripts/add-brick/post/S13create-subdir-mounts.sh '/var/lib/glusterd/hooks/1/add-brick/post/'
10:26:29 /usr/bin/install: cannot create regular file '/var/lib/glusterd/hooks/1/add-brick/post/disabled-quota-root-xattr-heal.sh': Permission denied
10:26:29 /usr/bin/install: cannot create regular file '/var/lib/glusterd/hooks/1/add-brick/post/S10selinux-label-brick.sh': Permission denied
10:26:29 /usr/bin/install: cannot create regular file '/var/lib/glusterd/hooks/1/add-brick/post/S13create-subdir-mounts.sh': Permission denied
10:26:29 make[5]: *** [Makefile:425: install-hookSCRIPTS] Error 1
mscherer commented 1 year ago

I am not sure why the permission is wrong, but it seems to be root owned on the 2nd builder, and fine on the 3rd.

I cleaned the builder, and I started 2 build, one on each

https://build.gluster.org/job/centos8-s390-regression/82/ https://build.gluster.org/job/centos8-s390-regression/81/

We will see how it goes once it finish running.

mscherer commented 1 year ago

@xhernandez I added your key as root on builder-el8-s390x-2.ibm-l1.gluster.org and disconnected it from jenkins for testing, per gchat discussion.