[opensuse-buildservice] 404 remote error: remote error Not Found
Our Packman OBS instance (at http://pmbs.links2linux.org) gets quite a number of mysterious build failures that only provide the following log message: 404 remote error: remote error Not Found That's it. No more, no less ;) It only happens with builds against openSUSE:11.4+openSUSE:11.4:Update, and not always either (some packages work, and the next fails). Can't find anything suspicious in the logs but I don't even know where to start looking, so I could only make some (almost) random greps. Of course, the log files not having log levels and not always timestamps, and being full of debug information everywhere doesn't help isolating problems :( Another weirdness is that when we trigger rebuilds on those failed builds, "nothing" happens. Well, some stuff happens in the logs (but as said, can't parse it, too much cruft), but nothing in the scheduler log -- hence the OBS doesn't even try to rebuild it in the first place. This is an OBS 2.1.7 instance running on openSUSE 11.4/x86_64. We're using the "public" HTTP (not HTTPS) connectivity for remoting to build.opensuse.org Needless to say that it's pretty critical, as there are many packages that we cannot provide to our very large user base for 11.4 :\ I'd be thankful for any hint or anything I could be looking for. I can also give ssh access to our OBS chroot to certain people. cheers -- -o) Pascal Bleser /\\ http://opensuse.org -- we haz green _\_v http://fosdem.org -- we haz conf
On 2011-04-28 19:03:10 (+0200), Pascal Bleser <pascal.bleser@opensuse.org> wrote: [...]
This is an OBS 2.1.7 instance running on openSUSE 11.4/x86_64.
On 11.3/x86_64 actually, but that's hardly relevant anyway ;) [...] -- -o) Pascal Bleser /\\ http://opensuse.org -- we haz green _\_v http://fosdem.org -- we haz conf
Am Thu, 28 Apr 2011 19:03:10 +0200 schrieb Pascal Bleser <pascal.bleser@opensuse.org>:
It only happens with builds against openSUSE:11.4+openSUSE:11.4:Update
no, for example vlc: Evergreen_11.1 -> done Factory -> failed openSUSE_11.2 -> done openSUSE_11.3 -> done openSUSE_11.4 -> failed Evergreen_11.1 -> failed Detlef
Hi, Am 28.04.2011 22:06, schrieb Detlef Reichelt:
Am Thu, 28 Apr 2011 19:03:10 +0200 schrieb Pascal Bleser<pascal.bleser@opensuse.org>:
It only happens with builds against openSUSE:11.4+openSUSE:11.4:Update no, for example vlc:
Evergreen_11.1 -> done Factory -> failed openSUSE_11.2 -> done openSUSE_11.3 -> done on my local obs vlc is failing for 11.3 :( openSUSE_11.4 -> failed Evergreen_11.1 -> failed
Detlef
-- Christian --------------------------------------------------- Der ultimative shop für Sportbekleidung und Zubehör http://www.sc24.de --------------------------------------------------- -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2011-04-28 19:03:10 (+0200), Pascal Bleser <pascal.bleser@opensuse.org> wrote:
Our Packman OBS instance (at http://pmbs.links2linux.org) gets quite a number of mysterious build failures that only provide the following log message: 404 remote error: remote error Not Found [...]
After a bit of adding traces here and there, I managed to isolate the issue a little. The error comes from the bs_srcserver on the same host, and here is the relevant (but huge) log excerpt, with some Data::Dumper added: http://linux01.gwdg.de/~pbleser/files/obs/issues/remote_error/src_server.log... Hopes this makes any kind of sense to someone. From what I can see, that RPC request causes an internal server error on build.opensuse.org :\ cheers -- -o) Pascal Bleser /\\ http://opensuse.org -- we haz green _\_v http://fosdem.org -- we haz conf
On 2011-04-29 00:17:00 (+0200), Pascal Bleser <pascal.bleser@opensuse.org> wrote:
On 2011-04-28 19:03:10 (+0200), Pascal Bleser <pascal.bleser@opensuse.org> wrote:
Our Packman OBS instance (at http://pmbs.links2linux.org) gets quite a number of mysterious build failures that only provide the following log message: 404 remote error: remote error Not Found [...]
After a bit of adding traces here and there, I managed to isolate the issue a little.
The error comes from the bs_srcserver on the same host, and here is the relevant (but huge) log excerpt, with some Data::Dumper added: http://linux01.gwdg.de/~pbleser/files/obs/issues/remote_error/src_server.log...
Hopes this makes any kind of sense to someone.
From what I can see, that RPC request causes an internal server error on build.opensuse.org :\
Can be reproduced with the following script (using curl): http://linux01.gwdg.de/~pbleser/files/obs/issues/remote_error/reproduce_with... Might want to look at the apache logs on build.o.o ;) cheers -- -o) Pascal Bleser /\\ http://opensuse.org -- we haz green _\_v http://fosdem.org -- we haz conf
[...] Filed as https://bugzilla.novell.com/show_bug.cgi?id=690734 for reference (and tracking). cheers -- -o) Pascal Bleser /\\ http://opensuse.org -- we haz green _\_v http://fosdem.org -- we haz conf
On Thu, 2011-04-28 at 19:03 +0200, Pascal Bleser wrote:
This is an OBS 2.1.7 instance running on openSUSE 11.4/x86_64. We're using the "public" HTTP (not HTTPS) connectivity for remoting to build.opensuse.org
I'm not sure, but I guess this is the issue, I have in my config: <remoteurl>https://api.opensuse.org/public</remoteurl> problem being, when you point a browser at http://api.opensuse.org, you get an error stating: Unconfigured host name (did you mean to use https?) Certainly something must have changed if this stopped working now for you.. I'd probably link to the not so long ago switch to apache. Dominique -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Christian
-
Detlef Reichelt
-
Dimstar / Dominique Leuenberger
-
Pascal Bleser