*** vmrod25 has quit IRC | 00:03 | |
*** vmrod25 has joined #starlingx | 02:30 | |
*** boxiang has joined #starlingx | 02:59 | |
*** vmrod25 has quit IRC | 03:15 | |
*** gkadam has joined #starlingx | 03:41 | |
*** gkadam has quit IRC | 03:41 | |
*** gkadam has joined #starlingx | 03:43 | |
*** gkadam has quit IRC | 04:00 | |
*** boxiang has quit IRC | 08:41 | |
*** boxiang has joined #starlingx | 08:41 | |
*** boxiang has quit IRC | 08:58 | |
*** boxiang has joined #starlingx | 08:58 | |
*** marianito has quit IRC | 09:50 | |
*** ijolliffe has joined #starlingx | 13:08 | |
*** vmrod25 has joined #starlingx | 13:43 | |
vmrod25 | morning o/ | 13:50 |
---|---|---|
*** vmrod25 has quit IRC | 13:54 | |
*** boxiang has quit IRC | 14:58 | |
*** boxiang has joined #starlingx | 14:58 | |
*** rcw has joined #starlingx | 15:27 | |
*** Samiam1999DTP has joined #starlingx | 16:26 | |
*** Samiam1999 has quit IRC | 16:30 | |
*** vmrod25 has joined #starlingx | 17:52 | |
vmrod25 | hi team , question. do you know why the http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/outputs/RPMS/std/ is down ? | 17:52 |
vmrod25 | I was ussing it to build the flock services with mock | 17:53 |
vmrod25 | is this because of the creation of a new image ? | 17:53 |
vmrod25 | ok .. I will send mail to ML | 17:55 |
vmrod25 | :) | 17:55 |
*** rcw has quit IRC | 18:32 | |
*** vmrod25 has quit IRC | 18:34 | |
*** boxiang has quit IRC | 19:19 | |
slittle1 | Back from lunch. CENGN seems fine now. How long was it unavailable? | 19:19 |
slittle1 | No reboots or relevant logs that I can see. | 19:20 |
slittle1 | Anyone else experience an outage? | 19:20 |
*** tsmith_ has joined #starlingx | 19:23 | |
*** tsmith2 has quit IRC | 19:25 | |
*** tsmith_ is now known as tsmith2 | 19:25 | |
*** ijolliffe has quit IRC | 20:08 | |
*** vmrod25 has joined #starlingx | 20:14 | |
*** vmrod25 has quit IRC | 20:28 | |
*** vmrod25 has joined #starlingx | 21:24 | |
vmrod25 | slittle1: hi scott , so I am not able any more to use CENG as build repo for yum DEBUG util.py:417: failure: repodata/repomd.xml from stx-cengn-extras: [Errno 256] No more mirrors to try. DEBUG util.py:417: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/latest_build/inputs/RPMS/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden | 21:24 |
vmrod25 | some other friends at the office are facing the same problem | 21:24 |
vmrod25 | I know that a possibility is to have a local repo | 21:24 |
vmrod25 | but to be honest I want to build an stx flock package | 21:24 |
vmrod25 | from my laptop w/o the need to enable a workstation | 21:25 |
vmrod25 | do we have a back up place for the rpms ? | 21:25 |
vmrod25 | were we can point | 21:25 |
dtroyer | vmrod25: want me to set one up to test against? | 21:25 |
dtroyer | See if it is connectivity to CENGN or something else | 21:25 |
vmrod25 | dtroyer: do you have a system with docker ? | 21:27 |
vmrod25 | can you please try my build system ? | 21:27 |
vmrod25 | :) | 21:27 |
vmrod25 | make | 21:27 |
vmrod25 | make test | 21:27 |
dtroyer | I do and I can do that, it'll run nicely beside my Zuul/Nodepool/Gerrit bits :) | 21:27 |
vmrod25 | it can be in any laptop | 21:28 |
vmrod25 | I am ussing my old mac | 21:28 |
dtroyer | ok, building… | 21:32 |
dtroyer | so the test fails, but logs written inside the image… re-running | 21:42 |
dtroyer | second time it succeeds... | 21:44 |
vmrod25 | I forgot to mention | 22:00 |
vmrod25 | the logs are under | 22:00 |
vmrod25 | /tmp/rpmbuild/output/ | 22:00 |
vmrod25 | wither epel-6-i386 or local-centos-7-x86_64 | 22:00 |
dtroyer | not for me, make test exits early, I don't see anything in there… I'm changing it to just use that for the workspace | 22:01 |
vmrod25 | you can run make debug | 22:03 |
vmrod25 | that will pup up inside the image | 22:03 |
dtroyer | I'm not sure why you are using /output then needing to copy that at the end? | 22:03 |
dtroyer | right, except /output didn't exist | 22:03 |
vmrod25 | then ./build-rpm.sh | 22:04 |
vmrod25 | dtroyer: take this as the code of a compiler guy in cloud :) | 22:04 |
vmrod25 | I needed a volume where to pass the srpm | 22:05 |
vmrod25 | then a volume where to put the rpms and logs | 22:05 |
vmrod25 | at the end | 22:05 |
vmrod25 | can I use the same volume ? | 22:05 |
dtroyer | sure, just use the same thing, and make that your workspace, then yo don't need to copy it all around… | 22:05 |
dtroyer | it's the cp comamnd that's failing | 22:05 |
*** vmrod25 has quit IRC | 22:05 | |
dtroyer | the build has only failed for me once out of 7 or so | 22:06 |
dtroyer | bit then that test doesn't pull from cengn? or does it read the repodata every time? | 22:06 |
*** vmrod25 has joined #starlingx | 22:12 | |
vmrod25 | dtroyer: in the meantime , did it work for you make debug and then ./build-rpm.sh | 22:12 |
dtroyer | vmrod25: here is what I canges: http://paste.openstack.org/show/757168/ | 22:12 |
dtroyer | s/canges/changed/ | 22:12 |
dtroyer | this is working every time after the first failure when I didn't get a log | 22:12 |
dtroyer | traceroute to cengn.ca isn't very informative after it leaves telus.net so I'm not sure how far away it really is… | 22:14 |
vmrod25 | thanks a lot dtroyer | 22:14 |
vmrod25 | :) | 22:14 |
vmrod25 | I will apply the patch and push | 22:14 |
vmrod25 | I will put your signature | 22:14 |
dtroyer | no need for that, and don't apply that directly, it adds set -x in a couple of places that you may not want | 22:15 |
* vmrod25 testung first | 22:15 | |
vmrod25 | dtroyer: one last question, when you said it did work everytime it was the make test ? | 22:21 |
vmrod25 | or build a stx flock package ? | 22:21 |
dtroyer | yes, but that doesn't appear to hit cengn… I do get a 403 on http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/20190814T053000Z/ in Firefox | 22:22 |
dtroyer | just make test | 22:22 |
vmrod25 | yea .. that was my impression | 22:22 |
vmrod25 | :( | 22:22 |
vmrod25 | sad | 22:22 |
vmrod25 | we need a local repo until that get fixed | 22:22 |
vmrod25 | we will talk about that on tomorrow build meeting | 22:22 |
vmrod25 | with slittle1 | 22:23 |
dtroyer | I am setting up a mirror here... | 22:23 |
vmrod25 | :( | 22:25 |
dtroyer | so maybe it is the new builds that have 403? 20190814*, 20190812*, 20190810* all fail, the odd dates succeed :) something is up | 22:25 |
vmrod25 | yea .. the good thing is that is not forever | 22:25 |
vmrod25 | we can fix it | 22:25 |
dtroyer | so, us, how about this? it's really all over the place, and feels more like they have a load balancer with one web server that is good and one that is not. the hash to choose web server is fairly fixed, and unless it times out after a while and happens to pick the other back-end we'll never get a complete mirror | 22:27 |
vmrod25 | by us we mean the community :) | 22:28 |
vmrod25 | and managers of CENGC | 22:28 |
vmrod25 | CENGN | 22:28 |
dtroyer | s/us/uh/ | 22:29 |
dtroyer | I kant tipe | 22:29 |
dtroyer | or spel | 22:29 |
vmrod25 | lol | 22:30 |
vmrod25 | I got to go team | 22:33 |
vmrod25 | ttyl | 22:33 |
vmrod25 | o/ | 22:33 |
*** vmrod25 is now known as vmrod25_afk | 22:33 | |
vmrod25_afk | I will put my updates on the thread with the changes , testing with loca repo | 22:33 |
vmrod25_afk | *local | 22:33 |
dtroyer | I'm typing up what I see too... | 22:34 |
*** vmrod25_afk has quit IRC | 22:38 | |
*** ijolliffe has joined #starlingx | 22:44 | |
*** ijolliffe has quit IRC | 23:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!