Friday, 2019-11-01

mordredianw: cool!00:00
mordredianw, Shrews: I think this might be one of these cases of us needing to learn to be systemd native even though systemd is an abomination because the wrapper things cause systemd to get really confused00:00
Shrewsmordred: for nodepool, i always just invoke the /etc/init.d scripts directly because of all of the suck00:01
mordredand - by systemd native - I mean I'm looking forward to deploying zuul in docker00:01
ianw20369 write(2, "Traceback (most recent call last"..., 1469) = 146900:01
ianwthere's something going on ...00:01
*** gfidente|afk has quit IRC00:02
mordredianw: journalctl -u zuul-executor00:03
mordredshows a tracevback00:03
mordredianw: ConnectionRefusedError: [Errno 111] Connection refused00:03
mordredoh - that's for stop00:03
ianwhttp://paste.openstack.org/show/785707/00:05
ianwPermissionError: [Errno 13] Permission denined something?00:05
clarkbianw: that may be when it tries to clean up the old build dirs00:06
clarkbit will do that on startup as any that remain on start were leaked from a previous run, but maybe permissions are breaking that somehow?00:07
clarkboh wait its in the copy ansible files code path00:07
clarkblikely something else then00:07
mordredyeah00:07
mordredis this a root vs. zuul user issue? ianw - are you running the start as root?00:07
ianwahh, yes i ran the "-d" start as root00:07
mordredand -d doesn't fork into the background so doesn't downgrade to zuul user right?00:08
ianwno ... ok, let me clear out build dirs00:09
mordredwhich just means we need to chown that dir I guess00:09
*** ociuhandu has joined #openstack-infra00:10
*** michael-beaver has quit IRC00:12
ianwarrgh, it's running now00:12
ianwno it's not00:12
*** ociuhandu has quit IRC00:15
ianwok, i chown'd /var/lib/zuul bits and it seems to be working onw00:17
ianwwhat a nightmare!00:17
mordredianw: cool. is this with the os.environ removal?00:17
mordredor with the SafeConfigParser?00:17
ianwumm, yeah, it would be00:17
ianwi can stop it, remove that, and see if it fails to start00:17
mordredcool. if so - then let's land the revert and we can figure out the right way to revert-revert - as well as a test case that should be added to show the error00:18
ianwdefinitely i think it's unsafe from command line00:18
ianw(even modulo me doing it as root)00:18
ianwi've put back in the os.environ, waiting for it to stop00:20
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Revert "Add the process environment to zuul.conf parser""  https://review.opendev.org/69246900:20
*** goldyfruit_ has joined #openstack-infra00:20
mordredianw, clarkb: there's a revert revert with the HISTTIMEFORMAT env var added to the test case so we remember what the issue was00:21
mordredShrews: it's failing build-image because of the issue you were digging in to I suppose?00:22
ianwmordred: it seems to be running00:23
ianwi think the post-mortem here is: i stopped service, but systemd didn't think it was stopped (?)00:23
ianwi tried starting service, systemd didn't report an error, just 000:23
ianwi ran executor with -d from root command line00:23
ianwthis exposed the os.environ parsing issue ... and screwed up permissions on disk00:24
mordredyeah. I think that's right00:24
ianwmordred pointed out i should try stopping it again, i did, systemd now figured it was stopped and tried to start it00:24
Shrewsmordred: probably. the image jobs are totally borked00:24
ianwthen we hit permissions errors ... which aren't logged anywhere useful AFAICS (probably the daemon reload stuff i haven't go around to yet)00:25
ianwi cleared out the bad things now written as root, and it seem to be back00:25
ianw... and that's the story of ze0900:25
mordredShrews: zomg. I think that patch is broken because it can't run the non-speculative buildset registry that's needed to test the speculartive buildset registry00:26
*** gyee has quit IRC00:26
Shrewsmordred: that digging made my head hurt00:26
Shrewsas does your summary00:27
mordredShrews: so - I think we're going to need to force-merge that patch - but let me depends-on the os.environ revert patch on it and see if that shows that it fixes it00:27
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Add the process environment to zuul.conf parser"  https://review.opendev.org/69246300:27
Shrewsmordred: I don’t understand how everything broke all of a sudden00:28
mordredShrews: me either00:29
mordredShrews: althoguh to be fair the concept of a buildset registry that handles speculative docker image that is run from docker images that may or may not be speculative docker images is a bit mind-bending00:30
ShrewsI might need more alcohol to process that statement00:32
mordredShrews: nope. depends-on is not showing that the fix works. however - I don't think that job can be *more* broken - so I think force-merging might be in order00:35
mordredianw, clarkb: change in question is https://review.opendev.org/#/c/692400 - thoughts on force-merge?00:36
ianwLGTM, seems like a better check00:37
Shrewsmordred: that patch definitely fixes something (because of the 'auto' interpreter stuff)00:37
ianwi have to run to an appointment, will restart ze12 later for finger00:38
mordredShrews: oh - yeah - and this broke because the auto change is a change that happened outside of jobs00:38
openstackgerritMerged zuul/zuul-jobs master: run-buildset-registry: Fix python version check  https://review.opendev.org/69240000:39
Shrewsmordred: does the zuul-jobs-test-registry-buildset-registry use some sort of evil recursion that i'm as-of-yet unaware of? because it fixed the other job00:39
mordredShrews: yeah - I think from reading it it runs a registry non-speculatively so that it can get the images needed to run a speculative registry00:39
mordredShrews:       This runs two registries: a real buildset registry so that we00:40
mordred      can receive speculative zuul-registry images, and a fake00:40
mordred      buildset registry (running the speculative or latest00:40
mordred      zuul-registry) that is used to test using the buildset registry00:40
mordred      role.00:40
Shrewsoooh, so the 'real' one remained broke, i guess00:40
mordredyeah. that's my theory00:41
Shrewsneat00:41
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Add the process environment to zuul.conf parser"  https://review.opendev.org/69246300:41
mordredShrews: if that's accurate, then this ^^ should work with build-images00:41
*** sreejithp has joined #openstack-infra00:43
mordredShrews: if not - we should see lovely additional errors00:43
Shrewsmordred: so glad you're just starting your day. i expect smooth sailing when i begin mine  :)00:44
openstackgerritMonty Taylor proposed opendev/system-config master: Plumb through secure.config contents  https://review.opendev.org/69180000:47
*** goldyfruit_ has quit IRC00:55
Shrewszuul-build-image job must be on a fingerless executor  :(00:56
*** sreejithp has quit IRC00:57
mordredShrews: yeah - but ... it hasn't immediately failed and gone into a retry loop01:04
mordredShrews: so - you know - that's promising01:04
*** dave-mccowan has quit IRC01:04
Shrewsmordred: the failure was usually deep into the job01:05
*** rlandy|ruck|bbl is now known as rlandy|ruck01:07
*** dave-mccowan has joined #openstack-infra01:07
fungii think only ze12 should be lacking a finger server at the moment (unless another has popped in the last few hours)01:07
fungiyour luck is terrible ;)01:07
mordredright?01:07
Shrewsgrrrr01:08
Shrewsi've come to expect such things, really01:08
mordredShrews: it worked01:08
Shrewsit paused... i guess that means success01:08
mordredthe job is paused now - that means it got through what it needed to for quick-start01:08
mordredyeah01:08
mordred\o/01:08
Shrewssweet01:08
Shrewsi will now away from the computer things to watch football things01:09
mordredShrews, ianw, fungi: https://review.opendev.org/#/c/692463/01:09
mordredif you feel like putting a +2 on that - I can get it landed so that ianw can restart executors01:09
Shrewsdid so01:09
mordredossum01:09
*** rfolco|afk has quit IRC01:10
fungilookin01:11
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Revert "Add the process environment to zuul.conf parser""  https://review.opendev.org/69246901:12
mordredfungi: that's the followup revert-revert that has the relevant failure case added to the test suite01:12
*** iurygregory has quit IRC01:12
*** ociuhandu has joined #openstack-infra01:12
fungiwhy is there a verified -1 from zuul on it when zuul hasn't commented on the last two patchsets?01:14
fungishouldn't they have cleared existing verified votes?01:14
mordredwell - the two changes were just commit message changes01:15
fungimmm01:15
mordredso I think it doesn't clear -1s from those?01:15
*** dmsimard has quit IRC01:15
fungimaybe not if we've configured the zuul/zuul repo for that behavior01:16
*** dmsimard has joined #openstack-infra01:16
fungiso anyway, the failure there is the one fixed by 692400?01:17
*** ociuhandu has quit IRC01:17
fungiguess we'll know shortly01:17
Shrewsfungi: yes01:23
fungicool01:24
mordred\o/01:27
mordredShrews: we fixed something01:27
mordredShrews: and by we, I mean you01:27
Shrewsmordred: something something blind squirrel something something01:30
fungia nod's as good as a wink to a blind squirrel?01:34
mordredSQUIRREL01:42
*** yamamoto has joined #openstack-infra01:47
*** rlandy|ruck has quit IRC01:49
*** rosmaita has quit IRC01:52
*** dave-mccowan has quit IRC01:56
*** yamamoto has quit IRC01:57
*** ociuhandu has joined #openstack-infra01:59
*** xarses has quit IRC02:00
mordredZOMG02:07
*** rosmaita has joined #openstack-infra02:07
mordredthe secure.config patch is green02:07
*** ociuhandu has quit IRC02:07
mordredianw, fungi, Shrews: https://review.opendev.org/#/c/691800 is green - and I've run it against review-dev02:07
*** xarses has joined #openstack-infra02:14
*** goldyfruit_ has joined #openstack-infra02:17
*** jerryz has quit IRC02:18
openstackgerritMerged zuul/zuul master: Revert "Add the process environment to zuul.conf parser"  https://review.opendev.org/69246302:23
*** markvoelker has joined #openstack-infra02:26
*** zhurong has quit IRC02:28
mordredwoot02:29
mordredianw: zuul executors should be safe to pull and restart as neeeded02:29
*** markvoelker has quit IRC02:30
ianwsorry, back, can do ze1202:52
*** sreejithp has joined #openstack-infra02:54
*** ociuhandu has joined #openstack-infra02:55
*** sreejithp has quit IRC02:58
ianwok, that one went a lot smoother!03:01
*** ociuhandu has quit IRC03:02
*** licanwei has left #openstack-infra03:12
*** yamamoto has joined #openstack-infra03:12
*** yamamoto has quit IRC03:16
*** mtreinish has quit IRC03:28
mordredyay!03:30
mordredianw: sadly, the test change I added in the revert revert did not fail: https://review.opendev.org/#/c/692469/03:31
*** psachin has joined #openstack-infra03:35
*** dave-mccowan has joined #openstack-infra03:38
*** goldyfruit_ has quit IRC03:40
*** dave-mccowan has quit IRC03:40
ianwhrm, i hate it when failures don't fail03:45
mordredyeah03:47
*** factor has joined #openstack-infra03:47
mordredianw: I can't get configparser to fail with that error on ze09 in a python repl03:47
mordredwith os.environ having all the things03:47
mordredmaybe the os.environ bit was a red herring and it was all somehow related to systemd?03:48
ianwhrm, this was pretty repeatable with "zuul-executor -d" on the command line ...03:48
ianwas root ... which i wouldn't recommend trying03:48
mordredianw: I kind of want to shut down one of the executors and poke some - it's slow at this time so that shouldn't be disruptive, right?03:52
*** ociuhandu has joined #openstack-infra04:08
*** ociuhandu has quit IRC04:13
*** ociuhandu has joined #openstack-infra04:14
ianwmordred: i think that would be ok, especially if it saves someone else hitting a weird corner :)04:19
mordredkk. I'm going to take 09 back out04:22
mordredianw: neither systemctl stop nor /etc/init.d/zuul-executor seem to have been able to stop it04:23
ianwok ... maybe i'm not crazy!?04:24
mordredianw: also - WOW there are a lot of ssh-agent processes04:25
openstackgerritIan Wienand proposed zuul/zuul-jobs master: upload-logs-swift: Create a download script  https://review.opendev.org/59234104:26
openstackgerritIan Wienand proposed zuul/zuul-jobs master: upload-logs-swift: Add a unicode file  https://review.opendev.org/59285304:26
*** ociuhandu has quit IRC04:26
openstackgerritIan Wienand proposed zuul/zuul-jobs master: test-upload-logs-swift: Add missing template for test  https://review.opendev.org/69248904:26
ianwmordred: did you manually clear them or did they disappear?04:27
mordredianw: I cleared them since z-e was down anyway04:29
mordredianw: good news is - I have reproduced the issue you were seeing04:30
ianwmordred: excellent!  and i like that sentence didn't end with a "but" :)04:31
ianw(so far, anyway :)04:31
*** whoami-rajat has joined #openstack-infra04:33
mordredianw: I have a reproduction script in /home/zuul/repro.py04:33
mordrednow to see if I can get a zuul test case to reproduce properly04:34
ianwthere is a related bug https://bugs.python.org/issue2687204:35
ianwi think it falls in the crack of bug or feature, though04:35
ianwin that case, related to having a % in the virtualenv path04:36
ianw(not sure i want to ask why *that* was a problem ... but anyway)04:36
*** udesale has joined #openstack-infra04:38
mordredianw: ahhhh - the testcase doesn't work because it's only doing the readConfig set04:40
mordredstep04:40
mordredthe error isn't triggered until the config gets *used*04:40
ianwahh, and then expanded, that makes sense i guess04:42
*** yamamoto has joined #openstack-infra04:43
*** yamamoto has quit IRC04:46
mordredyeah04:46
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Revert "Add the process environment to zuul.conf parser""  https://review.opendev.org/69246904:46
mordredianw: ^^ that should actually show the failure04:46
mordredand - I've restarted the executor on ze0904:48
*** yamamoto has joined #openstack-infra04:51
openstackgerritMerged zuul/zuul-jobs master: test-upload-logs-swift: Add missing template for test  https://review.opendev.org/69248904:58
*** raukadah is now known as chandankumar05:01
openstackgerritIan Wienand proposed zuul/zuul-jobs master: upload-logs-swift: Create a download script  https://review.opendev.org/59234105:07
openstackgerritIan Wienand proposed zuul/zuul-jobs master: upload-logs-swift: Add a unicode file  https://review.opendev.org/59285305:07
openstackgerritIan Wienand proposed zuul/zuul-jobs master: test-swift-log-upload: fix dry_run parameter  https://review.opendev.org/69249005:07
*** trident has quit IRC05:18
*** dchen has quit IRC05:21
*** yamamoto has quit IRC05:25
*** trident has joined #openstack-infra05:25
*** ociuhandu has joined #openstack-infra05:31
*** surpatil has joined #openstack-infra05:31
*** soniya29 has joined #openstack-infra05:32
*** psachin has quit IRC05:35
*** ociuhandu has quit IRC05:35
*** yamamoto has joined #openstack-infra05:36
*** yamamoto_ has joined #openstack-infra05:43
*** yamamoto has quit IRC05:47
*** kjackal has joined #openstack-infra05:47
*** yamamoto_ has quit IRC05:50
*** jtomasek has joined #openstack-infra05:51
*** yamamoto has joined #openstack-infra05:58
*** ykarel has joined #openstack-infra05:59
*** threestrands has quit IRC06:02
*** yamamoto_ has joined #openstack-infra06:15
*** yamamoto has quit IRC06:19
*** yamamoto_ has quit IRC06:21
*** yamamoto has joined #openstack-infra06:22
*** kjackal has quit IRC06:33
*** SurajPatil has joined #openstack-infra06:37
*** surpatil has quit IRC06:40
*** yamamoto_ has joined #openstack-infra06:43
*** psachin has joined #openstack-infra06:45
*** yamamoto_ has quit IRC06:45
*** yamamoto has quit IRC06:46
*** yamamoto has joined #openstack-infra06:48
*** sreejithp has joined #openstack-infra06:54
*** lpetrut has quit IRC06:55
*** sreejithp has quit IRC06:59
*** ociuhandu has joined #openstack-infra07:02
*** ociuhandu has quit IRC07:07
*** yamamoto_ has joined #openstack-infra07:07
*** yamamoto has quit IRC07:10
*** yamamoto_ has quit IRC07:16
*** dchen has joined #openstack-infra07:17
*** dychen has joined #openstack-infra07:21
*** pcaruana has joined #openstack-infra07:27
*** dychen has quit IRC07:29
jrosserianw: there was a config parser / % related bug that cropped up in swift when OSA moved it to py307:32
jrosserthere was a fix went in there that allowed the old behaviour to continue rather than require the % to be %%07:33
AJaegerianw: anything new from rax on the quota?07:34
*** kjackal has joined #openstack-infra07:35
*** surpatil has joined #openstack-infra07:37
*** SurajPatil has quit IRC07:40
openstackgerritMerged zuul/zuul-jobs master: test-swift-log-upload: fix dry_run parameter  https://review.opendev.org/69249007:41
*** ccamacho has quit IRC07:43
*** panda|pto has quit IRC07:46
*** panda has joined #openstack-infra07:46
openstackgerritMerged zuul/zuul master: Reduce sleep to avoid race conditions  https://review.opendev.org/68472608:02
*** jamesden_ has quit IRC08:09
*** jamesdenton has joined #openstack-infra08:09
*** markvoelker has joined #openstack-infra08:28
*** whoami-rajat has quit IRC08:33
*** markvoelker has quit IRC08:33
*** soniya29 has quit IRC08:35
*** tkajinam has quit IRC08:53
*** sreejithp has joined #openstack-infra08:55
*** kopecmartin|off is now known as kopecmartin|pto08:57
*** ykarel is now known as ykarel|lunch08:59
*** sreejithp has quit IRC08:59
fricklerianw: AJaeger: I tried to look in the infra-root mbox for the rax ticket, but didn't find anything, where is this being handled?09:00
*** lucasagomes has joined #openstack-infra09:01
*** kjackal has quit IRC09:03
*** kjackal has joined #openstack-infra09:04
*** ralonsoh has joined #openstack-infra09:07
*** ykarel|lunch is now known as ykarel09:24
*** iurygregory has joined #openstack-infra09:27
*** trident has quit IRC09:27
*** ykarel is now known as ykarel|mtg09:30
*** trident has joined #openstack-infra09:34
*** soniya29 has joined #openstack-infra09:36
ianwAJaeger/fricker: "I have adjusted your server limits you should be able to build again. "09:37
*** ykarel|mtg is now known as ykarel09:38
ianwjhesketh/AJaeger: thanks for reviews on the script stuff; seems to work https://storage.bhs1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_413/692457/2/check/openstack-infra-extra-integration-bionic/4135367/09:40
ianwcan do some more testing but i think the basics are there09:40
*** ociuhandu has joined #openstack-infra09:40
ianwthe official line also seems to be that the supported way to build images is with xenserver, so i don't think we can expect much input on the qemu-img side of things :/09:42
*** sreejithp has joined #openstack-infra09:58
AJaegerianw, frickler: Indeed http://grafana.openstack.org/d/8wFIHcSiz/nodepool-rackspace?orgId=1 show we use it heavily agan. thanks10:01
*** sreejithp has quit IRC10:02
AJaegerianw: regarding download script: What about adding to devstack (or wherever) a script that downloads everything? Give it a review and a job name as parameter...10:03
openstackgerritAndreas Jaeger proposed opendev/base-jobs master: Remove opensuse-150 nodeset  https://review.opendev.org/69196610:13
AJaegerclarkb: I added some depends-on, and think topic:use-opensuse-15 has all needed patches up now to remove jobs and node definitions10:15
AJaegerclarkb: 6 changes to go - if you abandon your two that are duplicates.10:17
*** trident has quit IRC10:30
*** ociuhandu has quit IRC10:34
*** trident has joined #openstack-infra10:36
*** aedc has joined #openstack-infra10:38
*** surpatil has quit IRC10:47
*** lucasagomes has quit IRC10:56
*** sreejithp has joined #openstack-infra10:58
*** sreejithp has quit IRC10:58
*** surpatil has joined #openstack-infra10:58
*** dmsimard1 has joined #openstack-infra11:07
*** dmsimard has quit IRC11:08
fungifrickler: yeah, for whatever reason, ticket updates for that account don't go to an alias of the infra-root address (or i would have likely spotted the outage there fairly early)11:08
*** kjackal has quit IRC11:13
*** kjackal has joined #openstack-infra11:17
*** liuyulong has joined #openstack-infra11:22
*** pcaruana has quit IRC11:26
*** pcaruana has joined #openstack-infra11:41
*** auristor has quit IRC11:44
*** dmsimard1 is now known as dmsimard11:46
*** auristor has joined #openstack-infra11:48
*** ramishra has quit IRC11:53
*** rh-jelabarre has quit IRC11:54
*** rh-jelabarre has joined #openstack-infra11:54
*** rfolco|afk has joined #openstack-infra11:57
*** apetrich has quit IRC12:05
*** apetrich has joined #openstack-infra12:06
*** rfolco|afk is now known as rfolco12:12
*** rlandy has joined #openstack-infra12:16
*** rlandy is now known as rlandy|ruck12:17
*** kjackal has quit IRC12:18
*** kjackal has joined #openstack-infra12:19
*** dkehn_ has quit IRC12:20
*** markvoelker has joined #openstack-infra12:24
*** Erifkard has joined #openstack-infra12:30
*** lucasagomes has joined #openstack-infra12:35
*** udesale has quit IRC12:38
*** udesale has joined #openstack-infra12:38
*** psachin has quit IRC12:38
*** SpamapS has joined #openstack-infra12:43
*** ykarel is now known as ykarel|afk12:51
*** udesale has quit IRC12:59
tdasilvaclarkb, corvus: hello! any idea why the 0.0.5 release of the nosehtmloutput in pypi dates back to 2013, but on github it says 2017? https://pypi.org/project/nosehtmloutput/#history https://github.com/openstack/nose-html-output/releases13:05
tdasilvaI'm running into an issue where doing a pip install is installing some older version and not the one with this fix: https://github.com/openstack/nose-html-output/commit/71d12999b06908bbb019f69c89361bd44bec316c13:07
*** mriedem has joined #openstack-infra13:08
*** trident has quit IRC13:09
*** trident has joined #openstack-infra13:15
*** goldyfruit_ has joined #openstack-infra13:15
AJaegertdasilva: indeed, git code shows for 0.0.5 as 2017 tag - see https://opendev.org/openstack/nose-html-output/commit/71d12999b06908bbb019f69c89361bd44bec316c . Something looks wrong here.13:21
AJaegermordred: the tarball on pypi has ownership "mordred/mordred" and was created 2013-08-0813:23
AJaegertdasilva: most folks are travelling right now to the summit, if nobody answers, best to write an email to openstack-infra mailing list with your findings.13:24
tdasilvaAJaeger: oh yeah, good point about OS summit, thanks for the heads up.13:26
*** ykarel|afk has quit IRC13:30
*** Goneri has joined #openstack-infra13:34
fungitdasilva: it does indeed look like the sdist which was uploaded in 2013 was created at the point where this change merged https://review.openstack.org/4090313:41
fungiwe weren't generating releases of projects automatically on tagging back then, so i'm willing to bet tagging it got overlooked at the time. then years later some fixes merged and we picked tagged the next release in sequence, not realizing an equivalent version had been uploaded to pypi years before13:43
tdasilvafungi, AJaeger: for full context, i'm trying to fix swift's lower-constraints jobs that have been failing this week. Looks like the parent job was changed to run with py3 recently and that started failing our tests.13:43
fungiwe should probably just re-tag it as 0.0.6 or something13:43
tdasilvaso I proposed this patch https://review.opendev.org/#/c/692124/13:43
tdasilvabut i think it is now failing with that warning from nosehtmloutput13:44
AJaegerfungi: I agree with tagging a 0.0.613:45
tdasilvayep, makes sense13:45
AJaegerpabelanger: are you interested in https://review.opendev.org/685601 and friends for windmill or should I abandon? I'll abandon in a few days if I don't hear anything from you...13:47
fungiyeah, here's the discussion when 0.0.5 was tagged: http://eavesdrop.openstack.org/irclogs/%23openstack-infra/%23openstack-infra.2017-08-22.log.html#t2017-08-22T17:45:4713:47
fungiso almost certainly didn't notice there was already a years-old 0.0.5 on pypi with no corresponding tag in the repo13:48
fungiand subsequently didn't notice when the push to pypi failed (our pypi upload jobs weren't as robust a couple years ago as they are now, and sometimes pypi upload failures went unnoticed)13:49
fungithere's been a new commit for opendev migration merged since the 0.0.5 tag anyway, so i think we should tag the master branch tip instead of re-tagging the same commit as 0.0.513:50
fungialternatively i could re-tag that commit as 0.0.6 to signal there was something screwy there (brief note in the tag message) and then tag master as 0.0.7 for good measure13:51
fungiamotoki: you indicated back in 2017 that you were volunteering to maintain nose-html-output, if you still care about it are you okay with that plan? (re-tag the erroneous 0.0.5 as 0.0.6 with a tag message explaining what happened, and then tag the tip of master as 0.0.7)?13:52
tdasilvafungi: that irc log reminds me we should look into moving to stestr :/13:55
fungiheh13:56
amotokifungi: I didn't care nose-html-output recently as horizon and pluigns succeeded to drop nose usage. I can check if needed.13:56
fungiamotoki: no worries, i suspect swift is the only user now. thanks for responding!13:57
amotoki horizon and plugins now use django test runner as django test cases conflict with testtools13:57
AJaegerfungi: there's no merge since the last tag, so no need for a 0.0.7...13:59
fungiAJaeger: there's one13:59
AJaegerOh, missed it13:59
fungithe opendev migration change is newer than the 0.0.5 tag13:59
AJaegerindeed...13:59
fungiso if i'm tagging i may as well tag the branch tip too13:59
AJaegeryep14:00
fungiinfra-root: if any of you are around, any objections to this plan for nose-html-output (re-tag the erroneous 0.0.5 as 0.0.6 with a tag message explaining what happened, and then tag the tip of master as 0.0.7)?14:00
fungii'd like to get swift's changes un-stuck for them14:01
fungithough also if they're the only remaining stakeholders for that repo it may make sense for them to adopt it from us14:01
fricklerfungi: +1 to both ... or +2 even ;)14:03
tdasilvamaybe starlingx is also using? http://codesearch.openstack.org/?q=nosehtmloutput&i=nope&files=&repos=14:03
fungipossible14:03
fungii wonder if they're using it for an old horizon build or something14:03
tdasilvaeither way, i guess we should really move off of it, i'll put that on swift's todo list14:04
fungimy network access is really flaky from this airport14:04
Shrewsfungi: safe flight14:08
fungithanks!14:10
*** eharney has joined #openstack-infra14:11
*** jaosorior has joined #openstack-infra14:13
*** surpatil has quit IRC14:24
*** mtreinish has joined #openstack-infra14:28
fungiinfra-root: tdasilva: digging deeper into this, i'm not sure the original plan will work. nose-html-output doesn't use pbr so we need to push changes through review bumping the version in htmloutput/version.py14:29
fungiand then push tags of those once they merge14:29
fungiso i think i'll bump that variable from 0.0.5 to 0.0.714:30
fungiand the 0.0.6 tag can still be a re-tagging of the 0.0.5 tag14:30
fungibut there won't be a 0.0.6 sdist on pypi unless we manually make one14:30
tdasilvafungi: oic, maybe just tag master to 0.0.6?14:31
fungiwell, we still need to merge a change for that first14:31
fungiversioning is done in repository file content there, not with tags14:31
*** ociuhandu has joined #openstack-infra14:31
tdasilvaright, i meant as opposed to not having a 0.0.6 version on pypi14:32
fungii'm not really worried about 0.0.6 missing from pypi as long as we get something newer than 0.0.5 published14:32
tdasilvaok14:32
tdasilvawould you like me to propose the patch and you can approve?14:32
tdasilvai'm assuming infra is core?14:32
fungiyeah, i think we should burn 0.0.6 since the 0.0.5 tag was really for 0.0.6, and jump straight to 0.0.7. and yes happy to approve that change if you propose it, i think infra-core is still part of the core reviewer group on that repo14:34
fungiconfirmed, infra-core has approval and tagging access for that repo14:36
*** ociuhandu has quit IRC14:36
*** EmilienM is now known as EvilienM14:44
openstackgerritThiago da Silva proposed openstack/nose-html-output master: Bump version to 0.0.7  https://review.opendev.org/69255514:44
tdasilvafungi: ^^14:45
fungi#status log re-tagged openstack/nose-html-output 0.0.5 as 0.0.6 with detailed tag message14:49
openstackstatusfungi: finished logging14:49
openstackgerritMerged openstack/nose-html-output master: Bump version to 0.0.7  https://review.opendev.org/69255514:50
sgwMorning folks, not sure who is around and who is traveling, I had a question about PBR and tagging yesterday evening.14:52
sgwAJaeger: smcginnis: Monty suggested I check with you guys maybe14:53
*** bnemec is now known as beekneemech14:56
*** soniya29 has quit IRC14:58
fungi#status log tagged openstack/nose-html-output 0.0.7 release15:01
openstackstatusfungi: finished logging15:01
fungitdasilva: infra-root: ^15:01
clarkbre nose-html-output we tried really really hard back in ~2013 to get everyone off nose15:01
fungii'll check back in on my layover and see if we need a manually-built sdist for that uploaded15:01
clarkband we basically succeeded with the exception of horizon and swift15:02
fungibut boarding now15:02
clarkbI personally have no interest in supporting the tooling since the whole reason for not supporting it was the pain15:02
clarkband why we invested in not using nose15:02
clarkbbut if horizon and swift are still using nose I think we can happily give them control of the tool15:02
tdasilvafungi: thank you!!! have a safe flight15:02
*** kjackal has quit IRC15:03
clarkbfungi: I'll see you in ~18 hours?15:04
tdasilvaclarkb: IMO it makes more sense to have swift move to stestr, i'll bring it up to the rest of the community15:04
clarkbtdasilva: that works too. Mostly wanted to point out that I have no objections to letting other people mangae that toolchain if they rely on it15:05
clarkband now I've got to start heading towards the airport myself15:07
tdasilvaclarkb: gotcha, have a safe flight too, hope you all enjoy the summit15:08
fungiclarkb: yep, waiting to take off for atlanta and then have a couple hours there before my shanghai connection15:09
fungisafe travels!15:09
fungithanks tdasilva!15:10
mriedemclarkb: i must be an idiot but i don't understand the interface to https://lamada.eu/dstat-graph/15:13
mriedemi have https://13cf3dd11b8f009809dc-97cb3b32849366f5bed744685e46b266.ssl.cf5.rackcdn.com/692206/3/check/tempest-integrated-compute/35ecb4a/controller/logs/dstat-csv_log.txt.gz15:13
mriedembut what do i drag and drop ?15:13
fungitdasilva: https://pypi.org/project/nosehtmloutput/#files shows a 0.0.7 sdist and wheel, so probably all set but let us know if that breaks15:13
tdasilvafungi: yep, testing that now15:14
tdasilvafungi: many thanks15:14
*** ykarel has joined #openstack-infra15:14
fungiyw!15:14
fungisorry for the 6-year old and 2-year-old oversights which led to that15:15
mriedemclarkb: nevermind, i figured it out15:16
mriedemi'm a super smart professional15:16
fungisgw: i may be able to dig into your question once i get to my next layover. saw it in scrollback yesterday, not sure i'll have an answer but can at least try to reproduce and see if i can identify the behavior differences15:17
*** ykarel has quit IRC15:20
*** gyee has joined #openstack-infra15:20
fungisgw: reviewing your problem statement, you don't seem to specify which versions of pbr were had differing behaviors15:20
sgwfungi: thanks, I tried digging into it a little that's why I ended up asking.  I have a feeling it has something to do with branching and where the tags reside on which branch15:21
sgwSorry, the datever is from 3.1.1 and the semver is 4.2.0 (1.999.999.rc1.dev5).15:23
fungiand this is with the master branch checked out, or another branch?15:23
fungisgw: oh! i see it15:24
fungiyour newer tag has a "v" prefix15:24
fungipbr only fairly recently grew the ability to treat vX.Y.Z... tags as the same as X.Y.Z...15:25
sgwyes master of fault, yes 'v', although the 2.0.1 is the latest but it's on the r/stx.2.0 branch15:25
fungiso i'm willing to bet 3.1.1 ignores v-tags as not being version numbers15:25
fungianyway, taking off, i have to disconnect. anyway i'd put money on that being the difference15:25
fungiup, up and /away!15:25
sgwfair enough, we can use the constraints to get 4.2, safe travels!15:26
*** lucasagomes has quit IRC15:27
*** prometheanfire has quit IRC15:28
*** prometheanfire has joined #openstack-infra15:29
*** igordc has joined #openstack-infra15:36
*** igordc has quit IRC15:47
AJaegersgw: sorry, cannot help with pbr15:47
sgwAJaeger: thanks, other folks are looking, I am going to continue to dig.15:47
*** Erifkard has quit IRC15:51
*** rkukura has joined #openstack-infra16:05
*** chandankumar is now known as raukadah16:12
*** markvoelker has quit IRC16:12
*** raukadah is now known as raukadah|ptg16:12
*** mriedem is now known as mriedem_feeds16:16
clarkbmriedem_feeds: ya the ui is bad :(16:21
*** mattw4 has joined #openstack-infra16:22
*** markvoelker has joined #openstack-infra16:23
*** EvilienM is now known as EmilienM16:35
*** iurygregory has quit IRC16:41
*** goldyfruit___ has joined #openstack-infra16:45
*** goldyfruit_ has quit IRC16:47
*** antonym has quit IRC16:48
*** ociuhandu has joined #openstack-infra16:52
*** jaosorior has quit IRC17:01
*** ykarel has joined #openstack-infra17:06
fungimade it to atlanta. boarding shanghai flight in an hour if there's anything else which needs looking at17:09
*** igordc has joined #openstack-infra17:13
*** antonym has joined #openstack-infra17:22
*** ociuhandu has quit IRC17:27
*** ociuhandu has joined #openstack-infra17:29
*** ykarel is now known as ykarel|away17:31
*** ociuhandu has quit IRC17:33
*** mriedem_feeds is now known as mriedem17:34
mriedemfungi: i have this one mole that could be a problem...17:34
fungiprobably best if you just get rid of all your skin17:36
*** ykarel|away has quit IRC17:39
Shrewsfungi: my favorite part about ATL is I always have to traverse the entire airport to get to my next gate17:41
Shrewsand by "my favorite" i mean "the worst"17:41
fungiyep, a->f this layover, so... *almost* the entire airport17:43
fungionly t->f would have been farther17:43
*** eharney has quit IRC17:44
fungistill, it's got nothing on a gatwick->heathrow layover. those get miserable17:45
Shrewsdid that once too. i think the bus ride between the two caused enough misery to force me to forget most of it17:46
fungiyeah, i've learned to watch out for those and pick a different itinerary17:48
Shrewsfungi: how long is the next leg of the journey?17:50
fungii'm afraid to look17:55
fungithankfully my boarding pass doesn't say17:56
fungiquick timezone math says 16.5 hours in the air17:59
fungibased on their arrival estimate anyway17:59
Shrewsouch18:00
fungiinfra-root: if anyone gets a chance to dig into it, i think we might be failing to renew the letsencrypt cert for opendev.org... certcheck complained it expires in 29 days, but i haven't managed to track down where we're logging those renewals18:02
fungimy flight's boarding in a few moments and then i'll be going dark for... well, far too long18:02
*** ralonsoh has quit IRC18:06
*** jerryz has joined #openstack-infra18:10
fungiokay, the announcements say my tz math is wrong, only 15.5hrs in the air18:17
rosmaitafungi: safe travels, see you in shanghai ... enjoy your 15.5hrs of airline comfort18:18
*** ociuhandu has joined #openstack-infra18:20
*** jaosorior has joined #openstack-infra18:24
fungithanks!18:24
fungii'll do my best to just be unconscious as much of that as i can manage18:26
*** ociuhandu has quit IRC18:28
*** aedc has quit IRC19:01
*** jaosorior has quit IRC19:25
*** whoami-rajat has joined #openstack-infra19:34
*** eharney has joined #openstack-infra19:35
*** markvoelker has quit IRC19:36
*** rkukura has quit IRC19:43
*** dklyle has quit IRC19:44
*** dklyle has joined #openstack-infra19:51
*** markvoelker has joined #openstack-infra19:53
*** jamesdenton has quit IRC19:57
*** dklyle has quit IRC20:00
*** dklyle has joined #openstack-infra20:00
*** ociuhandu has joined #openstack-infra20:30
*** ociuhandu has quit IRC20:36
*** ociuhandu has joined #openstack-infra20:39
*** ociuhandu has quit IRC20:43
*** slaweq has joined #openstack-infra20:46
*** ociuhandu has joined #openstack-infra20:47
*** igordc has quit IRC20:50
*** sreejithp has joined #openstack-infra20:53
*** haleyb has quit IRC20:57
*** ociuhandu has quit IRC20:57
*** haleyb has joined #openstack-infra21:00
*** ociuhandu has joined #openstack-infra21:01
*** slaweq has quit IRC21:05
*** ociuhandu has quit IRC21:06
*** goldyfruit_ has joined #openstack-infra21:08
*** dklyle has quit IRC21:08
*** goldyfruit___ has quit IRC21:10
*** dklyle has joined #openstack-infra21:14
*** Buggys has quit IRC21:21
*** dklyle has quit IRC21:22
*** sreejithp has quit IRC21:22
*** dklyle has joined #openstack-infra21:23
*** goldyfruit___ has joined #openstack-infra21:32
*** goldyfruit_ has quit IRC21:34
*** rlandy|ruck has quit IRC21:34
*** dklyle has quit IRC21:38
*** mriedem has quit IRC21:39
*** dklyle has joined #openstack-infra21:44
*** diablo_rojo has joined #openstack-infra21:47
*** diablo_rojo has quit IRC21:48
*** diablo_rojo has joined #openstack-infra21:49
*** diablo_rojo has quit IRC21:51
*** dklyle has quit IRC21:51
*** diablo_rojo has joined #openstack-infra21:51
*** dklyle has joined #openstack-infra21:52
*** dklyle has quit IRC21:53
*** dklyle has joined #openstack-infra21:53
*** ociuhandu has joined #openstack-infra21:53
*** diablo_rojo__ has joined #openstack-infra21:59
*** diablo_rojo has quit IRC22:01
*** diablo_rojo__ has quit IRC22:02
*** diablo_rojo__ has joined #openstack-infra22:02
*** whoami-rajat has quit IRC22:04
*** ociuhandu has quit IRC22:04
*** ociuhandu has joined #openstack-infra22:11
*** aedc has joined #openstack-infra22:13
*** ociuhandu has quit IRC22:19
*** diablo_rojo__ has quit IRC22:19
*** dklyle has quit IRC22:22
*** jamesdenton has joined #openstack-infra22:35
*** Goneri has quit IRC22:35
*** mattw4 has quit IRC22:36
*** dklyle has joined #openstack-infra22:37
*** gyee has quit IRC22:39
openstackgerritMonty Taylor proposed zuul/zuul master: Revert "Revert "Add the process environment to zuul.conf parser""  https://review.opendev.org/69246922:41
*** pcaruana has quit IRC22:44
*** goldyfruit___ has quit IRC22:51
*** rosmaita has left #openstack-infra23:03
*** ociuhandu has joined #openstack-infra23:11
*** ociuhandu has quit IRC23:16
*** rfolco has quit IRC23:18
*** ociuhandu has joined #openstack-infra23:38
*** rh-jelabarre has quit IRC23:41
*** ociuhandu has quit IRC23:46
*** ociuhandu has joined #openstack-infra23:47
*** ociuhandu has quit IRC23:54

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!