Project

General

Profile

Actions

Bug #10570

closed

"ERROR 403: Forbidden" (v0.67.x)

Added by Yuri Weinstein over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Urgent
Category:
-
Target version:
-
% Done:

100%

Source:
Q/A
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

In sepia and octo such errors in upgrade/dumpling suite

Run http://pulpito.ceph.com/teuthology-2015-01-16_15:09:46-upgrade:dumpling-dumpling-distro-basic-multi/

Jobs ['706955', '706956', '706961', '706962', '706965', '706968', '706975', '706979']

Run http://pulpito.ceph.redhat.com/teuthology-2015-01-16_18:21:03-upgrade:dumpling-dumpling-distro-basic-magna/

Jobs ['27576', '27581', '27582', '27584', '27585', '27586', '27587', '27588', '27590', '27595', '27597', '27598', '27599', '27600', '27602', '27603', '27606', '27609', '27610', '27613', '27614', '27615', '27616']

One for example, http://magna002.ceph.redhat.com/teuthology-2015-01-16_18:21:03-upgrade:dumpling-dumpling-distro-basic-magna/27576/

2015-01-17T23:33:11.378 INFO:teuthology.orchestra.run.magna085:Running: 'wget http://gitbuilder.ceph.redhat.com:8081/ceph-rpm-rhel7_0-x86_64-basic/ref/v0.67.1/noarch/ceph-release-1-0.el7.noarch.rpm'
2015-01-17T23:33:11.432 INFO:teuthology.orchestra.run.magna085.stderr:--2015-01-17 20:28:44--  http://gitbuilder.ceph.redhat.com:8081/ceph-rpm-rhel7_0-x86_64-basic/ref/v0.67.1/noarch/ceph-release-1-0.el7.noarch.rpm
2015-01-17T23:33:11.446 INFO:teuthology.orchestra.run.magna085.stderr:Resolving gitbuilder.ceph.redhat.com (gitbuilder.ceph.redhat.com)... 10.8.135.248
2015-01-17T23:33:11.447 INFO:teuthology.orchestra.run.magna085.stderr:Connecting to gitbuilder.ceph.redhat.com (gitbuilder.ceph.redhat.com)|10.8.135.248|:8081... connected.
2015-01-17T23:33:11.706 INFO:teuthology.orchestra.run.magna072.stderr:HTTP request sent, awaiting response... 403 Forbidden
2015-01-17T23:33:11.708 INFO:teuthology.orchestra.run.magna072.stderr:2015-01-17 20:28:45 ERROR 403: Forbidden.
Actions #1

Updated by Yuri Weinstein over 9 years ago

  • Assignee set to Sandon Van Ness
Actions #2

Updated by Sandon Van Ness over 9 years ago

  • Status changed from New to 7
  • Assignee changed from Sandon Van Ness to Yuri Weinstein
  • % Done changed from 0 to 100

So I old dumpling releases were having a problem building cephfs-java which I believe was related to the IBM java that we previously were using when it was a VM (that java also had issues building anything on lxc). The old dumpling branches are now building ok and I built all the ones yuri said our dumpling test is using (v0.67.1 10 11 3 5 7 9) so these should no longer be failing on rhel7. All these are now listed on:

http://gitbuilder.ceph.com/ceph-rpm-rhel7_0-x86_64-basic/ref/

I also found .10 and .11 which I don't think was on my list before were also borked on trusty/precise:

root@dekabutsu: 04:08 PM :~# for i in 1 3 5 7 9 10 11; do version=v0.67.$i; echo $version; curl http://gitbuilder.ceph.com/ceph-deb-trusty-x86_64-basic/ref/$version/version; done
v0.67.1
0.67.1-1trusty
v0.67.3
0.67.3-1trusty
v0.67.5
0.67.5-1trusty
v0.67.7
0.67.7-1trusty
v0.67.9
0.67.9-1trusty
v0.67.10
0.67.9-49-g9d446bd-1trusty
v0.67.11
0.67.10-15-gbc8b67b-1trusty
root@dekabutsu: 04:08 PM :~# for i in 1 3 5 7 9 10 11; do version=v0.67.$i; echo $version; curl http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-basic/ref/$version/version; done
v0.67.1
0.67.1-1precise
v0.67.3
0.67.3-1precise
v0.67.5
0.67.5-1precise
v0.67.7
0.67.7-1precise
v0.67.9
0.67.9-1precise
v0.67.10
0.67.9-49-g9d446bd-1precise
v0.67.11
0.67.10-15-gbc8b67b-1precise

I re-scheduled .10/.11 on those as well so they are fixed:

root@dekabutsu: 04:56 PM :~# for i in 1 3 5 7 9 10 11; do version=v0.67.$i; echo $version; curl http://gitbuilder.ceph.com/ceph-deb-trusty-x86_64-basic/ref/$version/version; done
v0.67.1
0.67.1-1trusty
v0.67.3
0.67.3-1trusty
v0.67.5
0.67.5-1trusty
v0.67.7
0.67.7-1trusty
v0.67.9
0.67.9-1trusty
v0.67.10
0.67.10-1trusty
v0.67.11
0.67.11-1trusty
root@dekabutsu: 04:57 PM :~# for i in 1 3 5 7 9 10 11; do version=v0.67.$i; echo $version; curl http://gitbuilder.ceph.com/ceph-deb-precise-x86_64-basic/ref/$version/version; done
v0.67.1
0.67.1-1precise
v0.67.3
0.67.3-1precise
v0.67.5
0.67.5-1precise
v0.67.7
0.67.7-1precise
v0.67.9
0.67.9-1precise
v0.67.10
0.67.10-1precise
v0.67.11
0.67.11-1precise

I believe all the build related issues should be fixed unless there were other dumpling releases in the list. Let me know if you are still seeing failures yuri.

Actions

Also available in: Atom PDF