Saturday, 2016-11-19

*** sdake has quit IRC00:00
*** wolverineav has quit IRC00:00
jeblairpabelanger: https://review.openstack.org/378985 this?00:00
*** rbrndt has quit IRC00:01
*** asettle has quit IRC00:01
clarkbconsole log shows that sshd claims to have started00:01
clarkb[[0;32m  OK  [0m] Started OpenBSD Secure Shell server.00:02
jeblairclarkb: it won't try to read the keys till it gets a connection.  so it can start with missing keys.00:02
clarkbah00:02
*** mmandel has quit IRC00:02
clarkbjeblair: I am going to loopback mount the image on nodepool.o.o and see if anything obvious broken about ssh keys shows up in the image at rest00:02
jeblair++00:03
jeblair(though that may not tell us much if there's a problem in the boot-time generation)00:04
clarkbmaking a copy first so I don't inadverdently change the image and copying is slow :/00:06
clarkbyay for large images00:06
*** wolverineav has joined #openstack-infra00:06
greghaynesclarkb: yes there was a pretty sizeable dib release00:06
*** sdake has joined #openstack-infra00:06
clarkbgreghaynes: I think its broken ;)00:06
clarkbgreghaynes: if its related to dhcp/glean chances are it can reproduce on a fiarly small simple image00:07
clarkbvm ubuntu simple-init devuser package_install_ssh_however_you_want_to_do_that00:07
clarkbjeblair: mounted at nodepool:/opt/test_images/osic-fail-boot/mnt if you want to look too00:08
greghaynesdoes it look like potentially hostkey issues again?00:08
clarkbgreghaynes: there are hostkeys here00:09
*** sdake_ has quit IRC00:09
clarkbgreghaynes: so maybe?00:09
fungisecurity is hard00:09
clarkb(they should be removed by dib if using simple-init iirc)00:09
clarkboh wait00:09
clarkbsorry00:09
openstackgerritArmando Migliaccio proposed openstack-infra/project-config: Revise ACLs for networking-[onos|l2gw] projects  https://review.openstack.org/39979800:09
clarkbsshd no such file or directory00:09
clarkbthats the issue (I first cd'd into /etc/sshd which does exist on build host :) )00:09
fungihuhwhatnow?00:10
greghayneshttps://review.openstack.org/#/c/378985/ merged00:10
clarkbso ya I think dib is removing /etc/sshd and we lose00:10
greghayneseek00:10
greghaynesthat dir seem important00:10
clarkbnow to see if thats lgged in the build log00:10
fungirather than just removing the keys within it?00:10
*** yee379 has quit IRC00:10
*** yee379 has joined #openstack-infra00:10
*** wolverineav has quit IRC00:11
clarkbbah I suck at computers must be firday00:11
clarkbits /etc/ssh00:11
clarkbnot /etc/sshd00:11
fungiphew00:11
clarkband it looks ok00:12
clarkbno hostkeys there which should signal glean to make them00:12
greghaynesok, so I bet its the patch I linked00:13
fungiso maybe greghaynes is on the money with 37898500:13
fungiyeah, that00:13
*** mmandel has joined #openstack-infra00:13
fungiguess is ssh-keygen.service isn't working as designed00:13
fungior something's wrong with the runtime-ssh-host-keys.sh script00:14
fungilooks like you could just run that one as root to test it00:14
clarkbya I am not seeing such things logged in the consolel og00:14
*** mmandel has quit IRC00:14
clarkb(though maybe thats beacuse they write elsewhere)00:14
*** rkukura has joined #openstack-infra00:15
fungiclarkb: xenial image?00:15
*** mmandel has joined #openstack-infra00:15
clarkbfungi: yes00:15
greghayneshrm, the unit file change seems pretty straightforward00:15
clarkbfungi: clarkb-test-1 is the instance in osic, and nodepool:/opt/test_images/osic-fail-boot/mnt is where image is moubted00:15
*** yamamoto_ has quit IRC00:16
openstackgerritLouis Fourie proposed openstack-infra/project-config: Add periodic-networking-sfc-py35-with-neutron-lib-master job  https://review.openstack.org/39980000:16
clarkbkeygen is installed on the image00:18
cloudnullclarkb: ohai00:18
*** Goneri has quit IRC00:18
fungiscript seems to be in the right place, no obvious typos in paths or invalid assumptions about commands available00:18
clarkbcloudnull: hello, I think we narrwoed it down to broken image builds. Sorry for interrupting any friday evening partying00:18
cloudnullno-interuptions at all00:19
cloudnullif I can help let me know00:19
clarkbfungi: maybe its bailing early on not supporting one of the key formats?00:19
clarkbnodepool.o.o itself supports all of them according to the files written on it though00:19
fungiclarkb: try running that script as root while chrooted in /opt/test_images/osic-fail-boot/mnt00:20
*** mmandel has quit IRC00:20
clarkbfungi: after what happened last time we did that on nodepool.o.o I am scared :P00:20
fungiit only seems to do file operations and call ssh-keygen00:20
fungioh, fair point00:20
greghaynesWCPGW00:20
fungibackup /etc/ssh on nodepool.o.o and leave a second session logged in just in case?00:21
greghaynesim going to start baking an image and boot it, could take a few though00:21
fungiclarkb: could also temporarily set a root pw and log in through rackspace's oob console00:22
fungiif extra worried00:22
clarkbfungi: or just wait for greghaynes to get an image ready. I hear he has super duper fast ssds00:23
fungiso be it00:23
*** mmandel has joined #openstack-infra00:23
greghaynesMy old dev boxes are currently in the garage waiting to be re-plugged in :(00:24
clarkbI am going to run tests locally too00:24
greghaynesso its going to have to wait for the laptop00:24
clarkbgreghaynes: fail00:24
greghaynesit is an ssd though00:24
fungii'm going to go plug into a weekend. this pot has plenty of cooks already00:24
greghaynesenjoy!00:24
fungithanks!00:24
*** wolverineav has joined #openstack-infra00:26
clarkbaha!00:28
clarkbgreghaynes: it only generates the dsa key then exits 14100:28
clarkbdue to pipefail maybe?00:28
clarkbguessing keygen does that for some raisin00:29
greghaynesah, fun00:29
clarkbso uh let me grab a beer and poke at this a bit more (but you do it too bceause as I already proved I ahve turned into a derp on friday evening)00:29
greghaynesyea, if you can run the actual keygen and see00:29
cloudnullbeer does help with the derps00:30
greghaynesYep, thats what happens when you get low on vitamin B00:30
cloudnull^ truth00:30
*** wolverineav has quit IRC00:31
clarkbgreghaynes: looks like its the yes returning non zero00:33
clarkbif I do the keygen alone its fine00:33
*** spzala has joined #openstack-infra00:33
greghaynesyep, it gets a sigpipe I think00:34
clarkbgreghaynes: is the yes even necessary since we have the [ -f $FILE ] check before hand00:34
clarkbgreghaynes: ya00:34
*** sdake has quit IRC00:34
greghaynesjust made a little test script and get the same00:34
clarkbI think the yes n is there to say don't overwrite the file but we shouldn't even try to overwrite the file because its not there00:34
* clarkb tests more00:34
clarkbya I thik thats the fix00:36
greghaynesclarkb: I think ssh-keygen will still expect input00:36
greghaynesso you have to send it something00:36
clarkbgreghaynes: not with my testing00:36
greghaynesoh?00:36
greghayneswith mine it did..00:36
clarkbit wants to know the file path, the passphrase, and the format all of which are set on command line in the script00:36
greghaynesOH, if the key is already there it will expect input00:36
greghaynesright00:36
clarkbya00:36
greghaynesand I had just run mine00:36
clarkblet me push a patch00:37
greghaynes++00:37
*** baoli has quit IRC00:38
*** spzala has quit IRC00:38
clarkboh wait I seem to recall that its that way because you can race on rhel00:39
clarkbugh00:39
greghayneshuh?00:39
clarkbgreghaynes: redhat distros do the right thing and generate ssh host keys on startup00:39
clarkbI want to say that the reason the yes si there is beacuse the two things can race each other? but maybe they can't00:40
*** mmandel has quit IRC00:40
clarkblet me see if we can just set that on the command line too00:40
greghaynestheres another fix if so - set +o pipefaul around that00:40
*** mmandel has joined #openstack-infra00:40
greghaynesI couldnt find an arg for it00:41
greghaynes(to turn of waiting on stdin)00:41
clarkbya why don't we do that00:41
*** wolverineav has joined #openstack-infra00:42
greghaynestheres only that one pipe in the script so we can just remove the set pipefail at the top00:42
openstackgerritClark Boylan proposed openstack/diskimage-builder: Fix runtime ssh host keys script  https://review.openstack.org/39980500:43
clarkbyup00:43
clarkband hopefully explained it in the commit message well enough00:43
clarkbI have not tested that in the context of a full boot00:43
greghaynesianw: if youre around ^00:43
clarkbonly within context of throwaway VM and running that script manually00:44
greghaynesI made a little test script and confirmed thats a bug00:44
*** adrian_otto has quit IRC00:45
*** mmandel has quit IRC00:45
*** rajinir has quit IRC00:46
*** wolverineav has quit IRC00:47
*** nherciu has quit IRC00:49
*** wolverineav has joined #openstack-infra00:54
*** baoli has joined #openstack-infra00:58
*** wolverineav has quit IRC00:58
*** jklare has quit IRC00:59
*** jklare has joined #openstack-infra01:00
*** dkehn has quit IRC01:02
*** dkehn has joined #openstack-infra01:02
*** Apoorva has quit IRC01:04
zarofungi: RE https://review.openstack.org/399795, it fails when run with older tox?01:09
clarkbgreghaynes: ianw would be good if we can get reviews on that chagne and maybe a subsequent release01:09
clarkb(release on weekend is sort of meh so depends on if thats the only change that has merged since last releasea001:10
*** knangia has joined #openstack-infra01:12
greghaynesYep, I may push it through if no one sees it by tomorrow01:12
greghaynesThen we can do a bigfix release01:12
*** yamamoto has joined #openstack-infra01:16
*** masber has joined #openstack-infra01:22
*** yamamoto has quit IRC01:23
*** wolverineav has joined #openstack-infra01:23
*** spzala has joined #openstack-infra01:25
*** _ody has quit IRC01:28
*** wolverineav has quit IRC01:28
*** _ody has joined #openstack-infra01:31
*** wolverineav has joined #openstack-infra01:43
*** csomerville has quit IRC01:43
*** rkukura has quit IRC01:45
*** wolverineav has quit IRC01:48
*** cody-somerville has joined #openstack-infra01:52
*** cody-somerville has joined #openstack-infra01:52
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Update bouncy castle libs for Gerrit 2.13  https://review.openstack.org/39980901:52
*** wolverineav has joined #openstack-infra01:53
*** wolverineav has quit IRC01:58
*** spzala has quit IRC01:58
*** spzala has joined #openstack-infra01:59
*** wolverineav has joined #openstack-infra02:03
*** spzala has quit IRC02:03
*** EricGonczer_ has quit IRC02:03
*** armax has quit IRC02:06
*** wolverineav has quit IRC02:07
*** cody-somerville has quit IRC02:08
openstackgerritamrith proposed openstack-infra/project-config: Get rid of the trove-image-builder repository  https://review.openstack.org/39868902:11
*** wolverineav has joined #openstack-infra02:13
*** jesusaur has quit IRC02:15
*** jesusaur has joined #openstack-infra02:16
*** wolverineav has quit IRC02:18
*** sree has joined #openstack-infra02:18
*** tqtran has quit IRC02:19
*** wolverineav has joined #openstack-infra02:23
*** sree has quit IRC02:23
*** wolverineav has quit IRC02:27
*** tiswanso has joined #openstack-infra02:27
*** mriedem has quit IRC02:29
*** wolverineav has joined #openstack-infra02:32
*** wolverineav has quit IRC02:37
*** waynr has joined #openstack-infra02:39
*** spzala has joined #openstack-infra02:39
*** Sukhdev has quit IRC02:40
*** wolverineav has joined #openstack-infra02:42
*** rhallisey has quit IRC02:42
*** wolverineav has quit IRC02:47
*** spzala has quit IRC02:49
*** spzala has joined #openstack-infra02:49
*** mmandel has joined #openstack-infra02:54
*** spzala has quit IRC02:54
*** wolverineav has joined #openstack-infra02:57
*** ijw has quit IRC02:58
*** mmandel has quit IRC02:58
*** thorst has joined #openstack-infra03:02
*** wolverineav has quit IRC03:02
*** jeckersb_gone is now known as jeckersb03:05
*** thorst has quit IRC03:06
*** thorst has joined #openstack-infra03:07
*** hurgleburgler has joined #openstack-infra03:11
*** newmember has quit IRC03:18
*** ijw has joined #openstack-infra03:18
*** esikachev has joined #openstack-infra03:20
*** knangia has quit IRC03:23
*** esikachev has quit IRC03:24
*** ijw has quit IRC03:25
*** thorst_ has joined #openstack-infra03:30
*** baoli has quit IRC03:32
*** thorst has quit IRC03:33
*** baoli has joined #openstack-infra03:33
*** vikrant has joined #openstack-infra03:34
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: DONT REVIEW: Test timeout  https://review.openstack.org/39341503:36
*** yamahata has quit IRC03:38
*** bhunter71 has quit IRC03:38
*** baoli has quit IRC03:39
Jeffrey4lany guys can review this https://review.openstack.org/399694 ?03:42
*** thorst_ has quit IRC03:43
*** thorst has joined #openstack-infra03:44
*** baoli has joined #openstack-infra03:46
*** thorst_ has joined #openstack-infra03:48
*** thorst has quit IRC03:48
*** ijw has joined #openstack-infra03:52
*** thorst_ has quit IRC03:53
*** jerryz has quit IRC03:54
*** ijw has quit IRC03:59
*** yamamoto has joined #openstack-infra03:59
*** yamamoto has quit IRC04:00
*** larainema has quit IRC04:05
*** armax has joined #openstack-infra04:05
*** armax has quit IRC04:07
*** psachin has joined #openstack-infra04:24
*** yamamoto has joined #openstack-infra04:27
*** sdake has joined #openstack-infra04:28
*** yamamoto has quit IRC04:33
*** psachin has quit IRC04:34
*** yamamoto has joined #openstack-infra04:36
*** yamamoto has quit IRC04:41
*** adrian_otto has joined #openstack-infra04:42
*** spzala has joined #openstack-infra04:50
*** thorst has joined #openstack-infra04:50
*** nicolasbock has quit IRC04:51
*** yamamoto has joined #openstack-infra04:51
*** sdake has quit IRC04:53
*** spzala has quit IRC04:55
*** yamamoto has quit IRC04:56
*** thorst has quit IRC04:58
*** mmandel has joined #openstack-infra04:59
*** mmandel has quit IRC05:03
*** yamamoto has joined #openstack-infra05:05
*** yamamoto has quit IRC05:05
*** _ari_ has quit IRC05:07
*** wolverineav has joined #openstack-infra05:09
*** aneliubin has joined #openstack-infra05:09
*** _ari_ has joined #openstack-infra05:12
*** wolverineav has quit IRC05:13
*** saibarspeis has quit IRC05:14
*** saibarspeis has joined #openstack-infra05:16
*** yamamoto has joined #openstack-infra05:17
*** baoli has quit IRC05:18
*** esikachev has joined #openstack-infra05:20
*** yamamoto has quit IRC05:22
*** esikachev has quit IRC05:25
*** wolverineav has joined #openstack-infra05:29
*** wolverineav has quit IRC05:33
*** saibarspeis has quit IRC05:34
*** tphummel has quit IRC05:37
*** _ody has quit IRC05:37
*** _ody has joined #openstack-infra05:38
*** ijw has joined #openstack-infra05:40
*** saibarspeis has joined #openstack-infra05:41
*** senk has joined #openstack-infra05:45
*** psachin has joined #openstack-infra05:46
*** ijw has quit IRC05:47
*** wolverineav has joined #openstack-infra05:48
*** rbuzatu_ has joined #openstack-infra05:52
*** wolverineav has quit IRC05:53
*** yamamoto has joined #openstack-infra05:54
*** yamamoto has quit IRC05:54
*** thorst has joined #openstack-infra05:56
*** wolverineav has joined #openstack-infra05:58
*** rbuzatu_ has quit IRC05:58
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Add puppet to setup known_hosts file  https://review.openstack.org/39982105:59
*** wolverineav has quit IRC06:03
*** thorst has quit IRC06:03
*** wolverineav has joined #openstack-infra06:08
*** hurgleburgler has quit IRC06:09
openstackgerritKhai Do proposed openstack-infra/system-config: Setup known_hosts file on gerrit servers  https://review.openstack.org/39982206:09
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Setup a known_hosts file  https://review.openstack.org/39982106:11
*** rbuzatu has joined #openstack-infra06:11
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Setup a known_hosts file  https://review.openstack.org/39982106:11
*** wolverineav has quit IRC06:13
*** wolverineav has joined #openstack-infra06:18
*** psachin has quit IRC06:18
*** baoli has joined #openstack-infra06:18
openstackgerritKhai Do proposed openstack-infra/system-config: Setup known_hosts file on gerrit servers  https://review.openstack.org/39982206:19
*** wolverineav has quit IRC06:22
*** baoli has quit IRC06:23
*** adrian_otto has quit IRC06:25
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Add puppet manifest to setup known_hosts file  https://review.openstack.org/39982106:38
*** esikachev has joined #openstack-infra06:39
*** yamamoto has joined #openstack-infra06:40
*** psachin has joined #openstack-infra06:44
*** yamamoto has quit IRC06:45
*** wolverineav has joined #openstack-infra06:47
*** newmember has joined #openstack-infra06:51
*** wolverineav has quit IRC06:52
*** senk has quit IRC06:53
*** senk has joined #openstack-infra06:54
*** senk has quit IRC06:54
*** Madasi has quit IRC06:58
*** Julien-zte has joined #openstack-infra07:00
*** thorst has joined #openstack-infra07:00
*** psachin has quit IRC07:02
*** Madasi has joined #openstack-infra07:03
*** wolverineav has joined #openstack-infra07:07
*** thorst has quit IRC07:08
*** saibarspeis has quit IRC07:09
*** tjones has quit IRC07:09
*** saibarspeis has joined #openstack-infra07:11
*** saibarspeis has quit IRC07:12
*** wolverineav has quit IRC07:12
*** wolverineav has joined #openstack-infra07:17
*** Julien-zte has quit IRC07:19
*** wolverineav has quit IRC07:22
*** saibarspeis has joined #openstack-infra07:24
*** ijw has joined #openstack-infra07:28
*** larainema has joined #openstack-infra07:33
*** Jeffrey4l has quit IRC07:33
*** esikachev has quit IRC07:34
*** rbuzatu has quit IRC07:34
*** rbuzatu has joined #openstack-infra07:34
*** ijw has quit IRC07:35
*** tlian has quit IRC07:44
*** yamamoto has joined #openstack-infra07:46
*** yamamoto has quit IRC07:47
*** yamamoto has joined #openstack-infra07:47
*** Julien-zte has joined #openstack-infra07:48
*** spzala has joined #openstack-infra07:50
*** spzala has quit IRC07:54
*** chandankumar has joined #openstack-infra07:54
*** Jeffrey4l has joined #openstack-infra07:57
*** yamamoto has quit IRC07:58
*** Jeffrey4l has quit IRC08:03
*** Jeffrey4l has joined #openstack-infra08:03
*** Jeffrey4l has quit IRC08:04
*** Jeffrey4l has joined #openstack-infra08:05
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/39983808:05
*** nherciu has joined #openstack-infra08:08
*** thorst has joined #openstack-infra08:08
*** flwang1 has quit IRC08:08
*** thorst has quit IRC08:13
*** baoli has joined #openstack-infra08:20
*** baoli has quit IRC08:25
*** nherciu has quit IRC08:28
*** nherciu has joined #openstack-infra08:31
*** sai has quit IRC08:38
*** jerryz has joined #openstack-infra08:41
*** yamamoto has joined #openstack-infra08:46
*** yamamoto has quit IRC08:51
*** huanxie has joined #openstack-infra08:51
*** zzzeek has quit IRC09:00
*** zzzeek has joined #openstack-infra09:00
*** jerryz has quit IRC09:00
*** yamamoto has joined #openstack-infra09:01
*** yamamoto has quit IRC09:06
*** jerryz has joined #openstack-infra09:07
*** thorst has joined #openstack-infra09:10
*** esikachev has joined #openstack-infra09:11
*** yamahata has joined #openstack-infra09:12
openstackgerritMerged openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/39983809:14
*** ijw has joined #openstack-infra09:16
*** yamamoto has joined #openstack-infra09:16
*** thorst has quit IRC09:18
*** saibarspeis has quit IRC09:18
*** yamamoto has quit IRC09:21
*** nherciu_ has joined #openstack-infra09:22
*** ijw has quit IRC09:23
openstackgerrityolanda.robla proposed openstack-infra/tripleo-ci: Enable consuming packages for a feature branch  https://review.openstack.org/39956209:23
*** nherciu has quit IRC09:23
*** wolverineav has joined #openstack-infra09:29
*** wolverineav has quit IRC09:29
*** wolverineav has joined #openstack-infra09:30
openstackgerritMerged openstack-infra/project-config: Add periodic-networking-sfc-py35-with-neutron-lib-master job  https://review.openstack.org/39980009:33
openstackgerritMerged openstack-infra/project-config: Have run-tox-with-oslo-master not upgrade to many things  https://review.openstack.org/39922309:34
openstackgerritMerged openstack-infra/project-config: [rally-jobs] turn off telemetry services by default  https://review.openstack.org/39921209:34
*** yamamoto has joined #openstack-infra09:39
*** nherciu has joined #openstack-infra09:41
*** nherciu_ has quit IRC09:43
*** baoli has joined #openstack-infra09:53
*** Kevin_Zheng has quit IRC09:55
*** Kevin_Zheng has joined #openstack-infra09:56
*** baoli has quit IRC09:57
*** wolverineav has quit IRC10:00
*** mmandel has joined #openstack-infra10:00
*** mmandel has quit IRC10:04
*** Julien-zte has quit IRC10:06
*** wolverineav has joined #openstack-infra10:09
*** nherciu_ has joined #openstack-infra10:12
*** nherciu has quit IRC10:15
*** thorst has joined #openstack-infra10:15
*** tqtran has joined #openstack-infra10:19
*** wolverineav has quit IRC10:21
*** nherciu_ has quit IRC10:22
*** thorst has quit IRC10:23
*** tqtran has quit IRC10:23
onovyhi, this change: https://review.openstack.org/#/c/399765/ didn't fix gate. http://logs.openstack.org/31/399531/1/gate/gate-swift-tox-xfs-tmp-py27-ubuntu-xenial/0efc1df/console.html /tmp/06-9dd3dda710d24211bd404fe9a714b35c.sh: line 3: exit: /usr/local/jenkins/slave_scripts/run-tox.sh: numeric argument required10:24
onovynotmyname: ^10:24
onovyfungi: ^10:25
onovyexit needs number as argument, not shell script :)10:25
*** wolverineav has joined #openstack-infra10:28
*** senk has joined #openstack-infra10:31
*** wolverineav has quit IRC10:32
*** pilgrimstack has joined #openstack-infra10:37
*** jerryz has quit IRC10:40
*** kzaitsev_mb has joined #openstack-infra10:40
*** esikachev has quit IRC10:43
*** ihrachys has joined #openstack-infra10:45
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: DONT REVIEW: Test timeout  https://review.openstack.org/39341510:48
*** ihrachys has quit IRC10:55
*** jerryz has joined #openstack-infra10:56
*** pilgrimstack has quit IRC10:57
*** wolverineav has joined #openstack-infra10:58
*** wolverineav has quit IRC11:00
*** wolverineav has joined #openstack-infra11:01
*** ihrachys has joined #openstack-infra11:03
*** ijw has joined #openstack-infra11:05
*** senk has quit IRC11:05
*** wolverineav has quit IRC11:05
*** pilgrimstack has joined #openstack-infra11:07
*** ijw has quit IRC11:11
*** baoli has joined #openstack-infra11:14
*** jerryz has quit IRC11:16
*** yamamoto has quit IRC11:17
*** baoli has quit IRC11:19
*** yamamoto has joined #openstack-infra11:19
*** thorst has joined #openstack-infra11:20
*** makowals has joined #openstack-infra11:21
*** wolverineav has joined #openstack-infra11:23
*** yamahata has quit IRC11:23
*** wolverineav has quit IRC11:27
*** thorst has quit IRC11:28
*** ihrachys has quit IRC11:35
*** jkilpatr has joined #openstack-infra11:36
*** jkilpatr has quit IRC11:38
*** jkilpatr has joined #openstack-infra11:42
AJaegeronovy: can you send a patch?11:43
*** psachin has joined #openstack-infra11:43
onovyAJaeger: to be honest, i don't know what is happening here and what they want to change/fix11:44
onovyi just wanted to point out that fix doesn't fix it :]11:44
AJaegerthen you've lost your chance that I can review and approve ;) I'll try fixing it myself ...11:45
onovy:) np, thanks11:45
*** makowals has quit IRC11:46
*** jkilpatr has quit IRC11:47
*** ihrachys has joined #openstack-infra11:47
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Fix tox-with-tmpdir-passed-in  https://review.openstack.org/39985311:47
AJaegeronovy: proposed fix, reviews welcome ^11:47
*** flepied has quit IRC11:47
*** spzala has joined #openstack-infra11:51
*** rbuzatu_ has joined #openstack-infra11:52
*** rbuzatu_ has quit IRC11:52
*** rbuzatu_ has joined #openstack-infra11:53
onovyAJaeger: what about set -e?11:54
onovyis't it simpler?11:54
onovybut nevermind, looks correct11:54
*** rbuzatu has quit IRC11:55
*** spzala has quit IRC11:55
AJaegeronovy: that was the alternative I had in mind ;)11:55
AJaegerfungi, could you review the above if you have some time today, please? ^11:56
onovythanks for fix, i will check gate after merge11:57
*** rbuzatu_ has quit IRC11:57
openstackgerritEzra Buehler proposed openstack-infra/git-review: Add support for download to custom branch  https://review.openstack.org/39985411:59
*** tiswanso has quit IRC12:03
*** wolverineav has joined #openstack-infra12:03
*** psachin has quit IRC12:03
*** wolverineav has quit IRC12:07
*** psachin has joined #openstack-infra12:08
*** kzaitsev_mb has quit IRC12:09
*** wolverineav has joined #openstack-infra12:10
*** wolverineav has quit IRC12:14
*** psachin has quit IRC12:20
*** yamamoto has quit IRC12:21
*** wolverineav has joined #openstack-infra12:22
*** thorst has joined #openstack-infra12:25
*** wolverineav has quit IRC12:27
andreykurilinhi folks! Does anyone know anything about such failure - http://logs.openstack.org/83/394583/18/check/gate-rally-dsvm-rally-cinder/dfa5bc1/logs/devstacklog.txt.gz#_2016-11-19_12_20_39_061 ?12:28
*** rbuzatu has joined #openstack-infra12:30
*** vikrant has quit IRC12:31
*** jkilpatr has joined #openstack-infra12:32
*** thorst has quit IRC12:33
*** psachin has joined #openstack-infra12:33
*** ihrachys has quit IRC12:34
*** rbuzatu has quit IRC12:35
*** bhunter71 has joined #openstack-infra12:45
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: DONT REVIEW: Test timeout  https://review.openstack.org/39341512:48
*** yamamoto has joined #openstack-infra12:51
*** ijw has joined #openstack-infra12:53
*** yamamoto has quit IRC12:57
*** thorst has joined #openstack-infra12:59
*** sdake has joined #openstack-infra12:59
*** ijw has quit IRC12:59
*** tiswanso has joined #openstack-infra13:03
*** psachin has quit IRC13:04
*** tiswanso has quit IRC13:08
*** thorst has quit IRC13:09
*** thorst has joined #openstack-infra13:10
*** baoli has joined #openstack-infra13:15
*** sdake has quit IRC13:17
*** sdake has joined #openstack-infra13:17
*** thorst has quit IRC13:18
*** ihrachys has joined #openstack-infra13:19
*** baoli has quit IRC13:20
*** nicolasbock has joined #openstack-infra13:23
*** ihrachys has quit IRC13:29
*** rbuzatu has joined #openstack-infra13:32
*** ssbarnea has quit IRC13:36
*** sdake has quit IRC13:47
*** Jeffrey4l has quit IRC13:50
*** sdake has joined #openstack-infra13:51
*** jtomasek has quit IRC13:52
*** yamamoto has joined #openstack-infra13:56
*** jamesdenton has joined #openstack-infra13:56
fungizaro: 399795 shouldn't fail on older tox, no. i was originally wrong about which behavior change in 2.5.0 was biting us there14:00
*** mmandel has joined #openstack-infra14:01
*** yamamoto has quit IRC14:01
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Fix tox-with-tmpdir-passed-in  https://review.openstack.org/39985314:04
*** mmandel has quit IRC14:05
*** rbuzatu has quit IRC14:06
*** HeOS has quit IRC14:15
*** EricGonczer_ has joined #openstack-infra14:17
*** larainema has quit IRC14:17
*** esikachev has joined #openstack-infra14:18
*** larainema has joined #openstack-infra14:18
*** Kevin_Zheng has quit IRC14:18
dmsimardIs the gate healthy right now? Looks like some jobs are queued for no good reason ?14:18
*** Kevin_Zheng has joined #openstack-infra14:19
*** dave-mccowan has joined #openstack-infra14:20
dmsimardLooks like "Error node launch attempts" is spiking14:21
dmsimardAffecting mostly xenial boxes? I don't know, just reading the graphs here.14:22
*** annegentle has joined #openstack-infra14:22
fungidmsimard: there were problems identified last night with ssh host key generation after yesterday's dib release, but not sure if those broken images have been rolled back (or need to be rolled back again?)14:22
fungiclarkb and greghaynes were investigating when i went to bed14:23
*** dave-mccowan has quit IRC14:23
*** tiswanso has joined #openstack-infra14:25
*** esikachev has quit IRC14:26
dmsimardhmm, https://review.openstack.org/#/c/399805/ is -v though14:28
dmsimardnot sure if it's a legit failure14:28
dmsimardmaybe ianw can help if he's around ^14:29
*** annegentle has quit IRC14:31
*** tiswanso has quit IRC14:32
*** rtheis has joined #openstack-infra14:33
*** rtheis has quit IRC14:34
*** rtheis has joined #openstack-infra14:35
openstackgerritMerged openstack-infra/project-config: Fix tox-with-tmpdir-passed-in  https://review.openstack.org/39985314:35
*** rtheis has quit IRC14:35
*** wolverineav has joined #openstack-infra14:38
*** pradk has quit IRC14:40
*** ijw has joined #openstack-infra14:41
*** wolverineav has quit IRC14:43
*** Goneri has joined #openstack-infra14:44
*** pilgrimstack has quit IRC14:44
*** ijw has quit IRC14:47
*** spzala has joined #openstack-infra14:50
*** dave-mccowan has joined #openstack-infra14:54
*** spzala has quit IRC14:55
*** jamesdenton has quit IRC14:58
openstackgerritJeremy Stanley proposed openstack-infra/gerritlib: Specify testenv command for tox>=2.5  https://review.openstack.org/39979514:59
*** ijw has joined #openstack-infra14:59
*** sdake_ has joined #openstack-infra14:59
*** Jeffrey4l has joined #openstack-infra15:00
*** sdake has quit IRC15:02
*** rbuzatu has joined #openstack-infra15:03
*** ijw has quit IRC15:06
openstackgerritKen Giusti proposed openstack-infra/project-config: Run tests for oslo.messaging AMQP 1.0 driver on ubuntu  https://review.openstack.org/39986315:10
*** Jeffrey4l has quit IRC15:11
*** hurgleburgler has joined #openstack-infra15:11
*** Jeffrey4l has joined #openstack-infra15:12
*** baoli has joined #openstack-infra15:17
*** hashar has joined #openstack-infra15:19
*** baoli has quit IRC15:22
*** tjones has joined #openstack-infra15:23
*** baoli has joined #openstack-infra15:26
*** Jeffrey4l has quit IRC15:30
*** Jeffrey4l has joined #openstack-infra15:30
*** baoli has quit IRC15:31
*** fguillot has joined #openstack-infra15:31
*** Jeffrey4l has quit IRC15:31
*** baoli has joined #openstack-infra15:32
*** Jeffrey4l has joined #openstack-infra15:32
pabelangerjeblair: clarkb: I'm going to look into why the nodepool-dsvm job didn't detect that as a breaking change15:33
*** fguillot has quit IRC15:33
*** rbuzatu has quit IRC15:36
*** baoli has quit IRC15:37
fungipabelanger: i think it only manifested on xenial guests because of systemd...? no idea whether nodepool-dsvm is building and booting xenial guests15:37
*** senk has joined #openstack-infra15:38
Jeffrey4lfungi, please review this https://review.openstack.org/399694 thansk.15:41
*** Qiming has quit IRC15:44
clarkbnodepool-dsvm doesnt use simple init. maybe we should change that but also we dont gate dib on that job15:44
clarkbdmsimard: looks like dibs linting wants pipefail my need to toggle that off in this specific case15:45
pabelangerfungi: clarkb: right, maybe also add a ready-script too, to better flex ssh access15:49
*** Qiming has joined #openstack-infra15:50
*** baoli has joined #openstack-infra15:51
*** Qiming has quit IRC15:55
*** senk has quit IRC15:55
clarkbpabelanger: is the yes n actually required there? can just drop it if not since we have the test -f already15:56
*** baoli has quit IRC15:56
*** Qiming has joined #openstack-infra15:56
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986516:01
clarkband fwiw this affects all images not only xenial16:01
pabelangerclarkb: Ya, there is a race condition between the file check and when we run the command.  Sadly, it is the only I could disable the overwrite prompt16:02
clarkbpabelanger: but what else is creaking those files. On ubuntu should be nothing. on rhel the sshd startup.does but this is forced to run before that on systemd hosts whoch rhel is now16:03
*** Goneri has quit IRC16:04
pabelangerclarkb: the issue was glean, it was creating the keys too.  But, we since removed it from glean16:05
pabelangerso, we could revert that change16:05
pabelangersince we've haven't had a break with the original logic in months16:05
pabelangerthe problem occurs if something else has created a key when we also run ssh-keygen, then there is a possible prompt we need to interact with16:06
pabelangerhttps://github.com/openstack-infra/glean/commit/2e6ba9f2aa16f580c5862f4aaa404d65ae28b1b916:06
pabelangerthat removes it from glean16:06
pabelangerwhich was the problem code16:06
*** rbuzatu has joined #openstack-infra16:10
*** wolverineav has joined #openstack-infra16:10
*** rbuzatu has joined #openstack-infra16:11
onovyhttp://logs.openstack.org/33/399533/1/check/gate-swift-tox-xfs-tmp-py34-ubuntu-xenial/807736d/console.html ERROR: InterpreterNotFound: python3.416:11
onovyAJaeger: so only half-success :]16:11
*** rbuzatu has quit IRC16:11
clarkbok so choices are remove yes or make pep8 job happy with no pipefail16:11
clarkbonovy: there is no python3.4 on xenial...16:11
*** rbuzatu has joined #openstack-infra16:12
onovyhttps://review.openstack.org/#/c/399533/ so why is swift running it? :]16:12
*** rbuzatu has joined #openstack-infra16:12
pabelangerclarkb: I think we should keep the yes, otherwise, there is a chance the init script will have to interact with the prompt.16:13
*** rbuzatu has quit IRC16:13
pabelangerhave to run, family errands. Should be back in a few hours16:13
*** rbuzatu has joined #openstack-infra16:13
*** saibarspeis has joined #openstack-infra16:14
*** makowals has joined #openstack-infra16:14
*** rbuzatu_ has joined #openstack-infra16:14
*** rbuzatu_ has quit IRC16:15
openstackgerritOndřej Nový proposed openstack-infra/project-config: Python 3.4 is not in Ubuntu Xenial, use Python 3.5  https://review.openstack.org/39986616:15
onovy^ "maybe" this will fix16:15
onovydon't know how to test it16:15
*** rbuzatu_ has joined #openstack-infra16:15
*** makowals has quit IRC16:15
*** dave-mccowan has quit IRC16:16
*** rbuzatu has quit IRC16:17
*** sdake_ has quit IRC16:18
*** ramishra has quit IRC16:19
clarkbonovy: python35 tests should run on xenial and 3.4 on trusty16:20
onovyclarkb: yep: zuul/layout.yaml16:20
*** rbuzatu__ has joined #openstack-infra16:20
onovysry: https://review.openstack.org/#/c/399866/16:20
*** ramishra has joined #openstack-infra16:21
*** tqtran has joined #openstack-infra16:21
*** rbuzatu_ has quit IRC16:22
*** wolverineav has quit IRC16:22
*** ihrachys has joined #openstack-infra16:23
*** hashar has quit IRC16:24
*** rbuzatu__ has quit IRC16:24
*** ihrachys has quit IRC16:24
*** rbuzatu has joined #openstack-infra16:25
*** ihrachys has joined #openstack-infra16:25
*** tqtran has quit IRC16:25
*** makowals has joined #openstack-infra16:26
*** spzala has joined #openstack-infra16:27
*** ihrachys has quit IRC16:29
*** ihrachys has joined #openstack-infra16:30
*** tiswanso has joined #openstack-infra16:30
*** rkukura has joined #openstack-infra16:32
*** makowals has quit IRC16:34
*** e0ne has joined #openstack-infra16:34
*** tiswanso has quit IRC16:34
*** rbuzatu_ has joined #openstack-infra16:35
*** makowals has joined #openstack-infra16:36
*** makowals has quit IRC16:36
*** rbuzatu has quit IRC16:38
*** saibarspeis has quit IRC16:39
*** rbuzatu_ has quit IRC16:39
*** rbuzatu has joined #openstack-infra16:41
*** wolverineav has joined #openstack-infra16:43
*** wolverin_ has joined #openstack-infra16:44
*** senk has joined #openstack-infra16:44
*** saibarspeis has joined #openstack-infra16:46
*** wolverineav has quit IRC16:48
*** drifterza has joined #openstack-infra16:48
openstackgerritRob Cresswell proposed openstack-infra/project-config: Update Horizons selenium-headless test  https://review.openstack.org/39986816:53
*** thorst has joined #openstack-infra16:59
*** adrian_otto has joined #openstack-infra16:59
*** pilgrimstack has joined #openstack-infra17:00
*** senk has quit IRC17:05
*** drifterza has quit IRC17:09
*** baoli has joined #openstack-infra17:10
*** flwang1 has joined #openstack-infra17:13
*** baoli has quit IRC17:14
*** spzala has quit IRC17:16
*** spzala has joined #openstack-infra17:17
*** spzala has quit IRC17:17
*** hashar has joined #openstack-infra17:17
*** spzala has joined #openstack-infra17:18
*** spzala has joined #openstack-infra17:18
*** spzala has quit IRC17:18
*** spzala has joined #openstack-infra17:19
*** 7IZAAHWBQ has joined #openstack-infra17:20
*** spzala has joined #openstack-infra17:21
*** spzala has joined #openstack-infra17:22
*** pilgrimstack has quit IRC17:22
*** spzala has quit IRC17:22
*** spzala has joined #openstack-infra17:23
*** spzala has quit IRC17:23
*** spzala has joined #openstack-infra17:23
*** spzala has joined #openstack-infra17:24
*** spzala has quit IRC17:24
*** spzala has joined #openstack-infra17:25
*** spzala has joined #openstack-infra17:26
*** spzala has joined #openstack-infra17:27
*** spzala has joined #openstack-infra17:28
*** spzala has joined #openstack-infra17:28
*** Sotonator has joined #openstack-infra17:29
*** spzala has quit IRC17:29
*** thorst_ has joined #openstack-infra17:29
*** spzala has joined #openstack-infra17:29
*** spzala has quit IRC17:29
*** spzala has joined #openstack-infra17:30
*** spzala has quit IRC17:30
*** thorst has quit IRC17:30
*** spzala has joined #openstack-infra17:31
*** spzala has joined #openstack-infra17:31
*** spzala_ has joined #openstack-infra17:32
*** spzala_ has quit IRC17:33
*** spzala has joined #openstack-infra17:33
*** spzala has joined #openstack-infra17:34
*** spzala has quit IRC17:34
*** spzala has joined #openstack-infra17:35
*** spzala has joined #openstack-infra17:36
*** spzala has quit IRC17:36
*** spzala has joined #openstack-infra17:36
*** spzala has joined #openstack-infra17:37
*** spzala has joined #openstack-infra17:38
*** spzala has joined #openstack-infra17:39
*** spzala has joined #openstack-infra17:40
*** spzala has joined #openstack-infra17:40
*** Sotonator has quit IRC17:40
*** spzala has joined #openstack-infra17:41
*** spzala has quit IRC17:41
*** Sotonator has joined #openstack-infra17:41
*** Sotonator has quit IRC17:42
*** spzala has joined #openstack-infra17:42
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/zuul: Fix variants not picking up negative matches.  https://review.openstack.org/39987117:43
*** spzala_ has joined #openstack-infra17:43
*** thorst_ has quit IRC17:43
*** rfolco has joined #openstack-infra17:43
*** spzala has joined #openstack-infra17:43
*** thorst has joined #openstack-infra17:44
*** spzala has quit IRC17:44
*** spzala has joined #openstack-infra17:44
*** spzala has quit IRC17:44
*** spzala has joined #openstack-infra17:45
*** spzala has quit IRC17:45
*** spzala has joined #openstack-infra17:46
*** spzala has quit IRC17:46
*** spzala has joined #openstack-infra17:47
*** spzala has joined #openstack-infra17:47
*** spzala has joined #openstack-infra17:48
*** senk has joined #openstack-infra17:49
*** spzala has joined #openstack-infra17:49
*** spzala has joined #openstack-infra17:50
*** spzala has joined #openstack-infra17:51
*** spzala has joined #openstack-infra17:51
*** wolverin_ has quit IRC17:52
*** spzala has joined #openstack-infra17:52
*** spzala has joined #openstack-infra17:53
*** spzala has joined #openstack-infra17:54
*** spzala has quit IRC17:55
*** spzala has joined #openstack-infra17:55
*** spzala has quit IRC17:56
*** wolverineav has joined #openstack-infra17:58
*** ihrachys has quit IRC18:02
*** wolverineav has quit IRC18:02
*** Sukhdev has joined #openstack-infra18:04
*** wolverineav has joined #openstack-infra18:06
*** flepied has joined #openstack-infra18:07
*** rcarrillocruz has joined #openstack-infra18:08
*** sdake has joined #openstack-infra18:08
*** wolverineav has quit IRC18:11
*** senk has quit IRC18:11
*** senk has joined #openstack-infra18:11
*** baoli has joined #openstack-infra18:12
*** thorst_ has joined #openstack-infra18:13
*** thorst has quit IRC18:15
*** senk has quit IRC18:21
*** adrian_otto has quit IRC18:23
*** baoli has quit IRC18:25
*** wolverineav has joined #openstack-infra18:26
*** hongbin has joined #openstack-infra18:26
*** nicolasbock has quit IRC18:29
*** rfolco has quit IRC18:31
*** wolverineav has quit IRC18:32
*** tiswanso has joined #openstack-infra18:32
*** thorst has joined #openstack-infra18:35
*** thorst_ has quit IRC18:37
*** thorst has quit IRC18:37
*** tiswanso has quit IRC18:37
*** thorst has joined #openstack-infra18:38
*** dkehn has quit IRC18:41
*** wolverineav has joined #openstack-infra18:47
*** thorst has quit IRC18:47
*** gouthamr has joined #openstack-infra18:48
*** dkehn has joined #openstack-infra18:48
*** wolverineav has quit IRC18:51
*** gouthamr has quit IRC18:54
*** nunchuck has quit IRC18:54
*** saibarspeis has quit IRC18:55
*** thorst has joined #openstack-infra18:56
*** spzala has joined #openstack-infra18:56
*** spzala has quit IRC18:56
*** spzala has joined #openstack-infra18:56
*** spzala has quit IRC18:56
*** hongbin has quit IRC18:57
*** spzala has joined #openstack-infra18:57
*** spzala has quit IRC18:57
*** spzala has joined #openstack-infra18:58
*** wolverineav has joined #openstack-infra18:58
*** spzala has quit IRC18:58
*** spzala has joined #openstack-infra18:59
*** spzala has quit IRC19:00
*** dave-mccowan has joined #openstack-infra19:00
*** spzala has joined #openstack-infra19:00
*** thorst has quit IRC19:00
*** spzala has joined #openstack-infra19:01
*** spzala has joined #openstack-infra19:02
*** spzala_ has joined #openstack-infra19:02
*** spzala_ has quit IRC19:02
*** spzala has joined #openstack-infra19:03
*** rfolco has joined #openstack-infra19:03
*** spzala has quit IRC19:03
*** gouthamr has joined #openstack-infra19:04
*** spzala has joined #openstack-infra19:04
*** spzala has quit IRC19:04
*** spzala has joined #openstack-infra19:05
*** spzala has joined #openstack-infra19:05
*** wolverin_ has joined #openstack-infra19:05
*** spzala has quit IRC19:05
*** esikachev has joined #openstack-infra19:06
*** spzala has joined #openstack-infra19:06
*** wolverineav has quit IRC19:07
*** spzala has joined #openstack-infra19:07
*** spzala has quit IRC19:08
*** spzala has joined #openstack-infra19:08
*** spzala has quit IRC19:08
*** spzala has joined #openstack-infra19:09
*** spzala_ has joined #openstack-infra19:09
*** spzala_ has quit IRC19:09
*** spzala has joined #openstack-infra19:10
*** rhallisey has joined #openstack-infra19:10
*** spzala has joined #openstack-infra19:10
*** spzala has quit IRC19:11
*** spzala has joined #openstack-infra19:11
*** wolverin_ has quit IRC19:11
*** spzala has joined #openstack-infra19:12
*** spzala has quit IRC19:12
*** yamahata has joined #openstack-infra19:12
*** rfolco has quit IRC19:12
*** spzala has joined #openstack-infra19:13
*** spzala has joined #openstack-infra19:13
*** spzala has quit IRC19:14
*** dave-mccowan has quit IRC19:14
*** spzala has joined #openstack-infra19:14
*** adrian_otto has joined #openstack-infra19:15
*** spzala has joined #openstack-infra19:15
*** spzala has quit IRC19:15
*** stream10 has joined #openstack-infra19:16
*** spzala has joined #openstack-infra19:16
*** spzala has quit IRC19:16
*** spzala has joined #openstack-infra19:16
*** spzala has quit IRC19:17
*** spzala has joined #openstack-infra19:17
*** spzala has quit IRC19:17
*** spzala has joined #openstack-infra19:18
*** spzala has joined #openstack-infra19:19
*** spzala has joined #openstack-infra19:20
*** spzala has joined #openstack-infra19:21
*** spzala has joined #openstack-infra19:21
*** spzala has quit IRC19:21
*** spzala has joined #openstack-infra19:22
*** tqtran has joined #openstack-infra19:22
*** Hal has joined #openstack-infra19:23
*** spzala has joined #openstack-infra19:23
*** Hal is now known as Guest6808719:23
*** spzala has joined #openstack-infra19:24
*** spzala has joined #openstack-infra19:25
*** spzala has joined #openstack-infra19:26
*** spzala has quit IRC19:26
*** spzala has joined #openstack-infra19:27
*** tqtran has quit IRC19:27
*** spzala has quit IRC19:27
*** spzala has joined #openstack-infra19:28
*** spzala has quit IRC19:28
*** esikachev has quit IRC19:28
*** spzala has joined #openstack-infra19:28
*** wolverineav has joined #openstack-infra19:28
*** spzala has joined #openstack-infra19:30
*** spzala has quit IRC19:30
*** spzala has joined #openstack-infra19:30
*** spzala has joined #openstack-infra19:31
*** esikachev has joined #openstack-infra19:31
*** spzala has quit IRC19:31
*** spzala has joined #openstack-infra19:32
*** spzala has joined #openstack-infra19:33
*** spzala has quit IRC19:33
*** spzala has joined #openstack-infra19:34
*** spzala has quit IRC19:34
*** wolverineav has quit IRC19:34
*** spzala has joined #openstack-infra19:35
*** spzala has quit IRC19:35
*** wolverineav has joined #openstack-infra19:35
*** spzala has joined #openstack-infra19:36
*** spzala has quit IRC19:36
*** yamamoto has joined #openstack-infra19:36
*** spzala has joined #openstack-infra19:36
*** spzala has joined #openstack-infra19:37
*** hashar has quit IRC19:37
*** spzala has quit IRC19:37
*** spzala has joined #openstack-infra19:38
*** spzala has quit IRC19:38
*** spzala has joined #openstack-infra19:39
*** spzala has joined #openstack-infra19:39
*** lVathan[m] has quit IRC19:40
*** spzala has joined #openstack-infra19:40
*** yamamoto has quit IRC19:41
*** spzala has joined #openstack-infra19:41
*** spzala has quit IRC19:41
*** spzala has joined #openstack-infra19:42
*** wolverineav has quit IRC19:42
*** rfolco has joined #openstack-infra19:43
*** spzala has joined #openstack-infra19:43
*** spzala has quit IRC19:43
*** spzala has joined #openstack-infra19:44
*** spzala has quit IRC19:44
*** spzala has joined #openstack-infra19:44
*** spzala has joined #openstack-infra19:45
*** spzala has joined #openstack-infra19:46
*** spzala has quit IRC19:46
*** spzala has joined #openstack-infra19:46
*** coolsvap has quit IRC19:47
*** spzala has quit IRC19:47
*** spzala has joined #openstack-infra19:47
*** spzala has joined #openstack-infra19:48
*** spzala has joined #openstack-infra19:49
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986519:49
*** spzala has quit IRC19:49
*** mriedem has joined #openstack-infra19:49
*** spzala has joined #openstack-infra19:50
*** spzala has quit IRC19:50
*** spzala has joined #openstack-infra19:50
*** spzala has quit IRC19:50
*** chandankumar has quit IRC19:51
*** spzala has joined #openstack-infra19:51
*** spzala has joined #openstack-infra19:52
*** spzala has joined #openstack-infra19:53
*** saibarspeis has joined #openstack-infra19:53
*** spzala has joined #openstack-infra19:54
*** tiswanso has joined #openstack-infra19:54
*** spzala has quit IRC19:54
*** saibarspeis has quit IRC19:54
*** spzala has joined #openstack-infra19:55
*** spzala has joined #openstack-infra19:56
*** spzala has quit IRC19:56
*** spzala has joined #openstack-infra19:56
*** wolverineav has joined #openstack-infra19:57
*** spzala has joined #openstack-infra19:57
*** spzala has joined #openstack-infra19:58
*** spzala has quit IRC19:59
*** rbuzatu has quit IRC19:59
*** saibarspeis has joined #openstack-infra19:59
*** spzala has joined #openstack-infra19:59
*** rbuzatu has joined #openstack-infra20:00
*** spzala has joined #openstack-infra20:00
*** tiswanso has quit IRC20:00
*** spzala has quit IRC20:00
*** spzala has joined #openstack-infra20:01
*** spzala has joined #openstack-infra20:01
*** rbuzatu_ has joined #openstack-infra20:01
*** spzala has quit IRC20:01
*** rbuzatu_ has joined #openstack-infra20:02
*** wolverineav has quit IRC20:02
*** spzala has joined #openstack-infra20:02
*** spzala has joined #openstack-infra20:03
*** spzala has joined #openstack-infra20:04
*** rbuzatu has quit IRC20:04
*** spzala has joined #openstack-infra20:04
*** spzala has joined #openstack-infra20:05
*** spzala has joined #openstack-infra20:06
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Fix runtime ssh host keys script  https://review.openstack.org/39980520:07
pabelangerclarkb: that should fix pep8^20:07
*** rbuzatu has joined #openstack-infra20:11
*** rbuzatu has quit IRC20:12
*** rbuzatu has joined #openstack-infra20:13
*** Goneri has joined #openstack-infra20:13
*** rbuzatu_ has quit IRC20:14
*** rbuzatu_ has joined #openstack-infra20:15
*** rkukura_ has joined #openstack-infra20:15
*** saibarspeis has quit IRC20:17
*** rbuzatu has quit IRC20:18
*** rkukura has quit IRC20:18
*** rkukura_ is now known as rkukura20:18
*** baoli has joined #openstack-infra20:20
*** spzala has quit IRC20:22
*** saibarspeis has joined #openstack-infra20:23
*** saibarspeis has quit IRC20:23
*** saibarspeis has joined #openstack-infra20:24
*** baoli has quit IRC20:25
*** saibarspeis has joined #openstack-infra20:25
*** saibarspeis has quit IRC20:25
*** saibarspeis has joined #openstack-infra20:26
*** saibarspeis has joined #openstack-infra20:27
*** saibarspeis has joined #openstack-infra20:28
*** sdake_ has joined #openstack-infra20:29
*** sdake has quit IRC20:30
*** wolverineav has joined #openstack-infra20:32
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Python 3.4 is not in Ubuntu Xenial, use Python 3.5  https://review.openstack.org/39986620:33
fungionovy: ^ close20:34
*** sdake_ has quit IRC20:35
pabelangerokay, swift question. Which setting should I be looking at if I want to increase the 2GB default in devstack for storage?20:36
*** wolverineav has quit IRC20:37
*** rbuzatu_ has quit IRC20:37
pabelanger/dev/loop0       2086912  1738520    348392  84% /opt/stack/data/swift/drives/sdb120:37
pabelanger/opt/stack/data/swift/drives/images/swift.img is the image I guess20:37
*** rbuzatu has joined #openstack-infra20:37
*** HeOS has joined #openstack-infra20:38
pabelangerSWIFT_LOOPBACK_DISK_SIZE_DEFAULT=2G looks like20:40
*** jtomasek has joined #openstack-infra20:41
*** rbuzatu has quit IRC20:42
*** newmember has quit IRC20:43
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986520:43
*** esikachev has quit IRC20:52
openstackgerritMerged openstack-infra/project-config: Python 3.4 is not in Ubuntu Xenial, use Python 3.5  https://review.openstack.org/39986620:57
*** jtomasek has quit IRC21:01
*** gouthamr has quit IRC21:10
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986521:10
*** e0ne has quit IRC21:15
*** itisha has joined #openstack-infra21:18
*** wolverineav has joined #openstack-infra21:19
*** aneliubin has quit IRC21:20
*** dkehn has quit IRC21:20
*** dkehn has joined #openstack-infra21:20
*** baoli has joined #openstack-infra21:21
*** e0ne has joined #openstack-infra21:25
*** baoli has quit IRC21:26
*** wolverineav has quit IRC21:27
*** sdake has joined #openstack-infra21:28
*** sdake has quit IRC21:33
*** Jeffrey4l has quit IRC21:34
*** EricGonczer_ has quit IRC21:34
onovyfungi: more bugs to come :) http://logs.openstack.org/31/399531/1/check/gate-swift-tox-xfs-tmp-func-in-process-fast-post-ubuntu-xenial/0263e9d/console.html21:44
onovydtto: http://logs.openstack.org/31/399531/1/check/gate-swift-tox-xfs-tmp-func-in-process-encryption-ubuntu-xenial/6ae41e6/console.html21:44
*** e0ne has quit IRC21:44
fungionovy: i think that one's because the job name is too long so when tox creates a virtualenv the shebang line exceeds the 128-byte limit21:47
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986521:48
pabelangerfungi: clarkb: okay, ^ should highlight the failure with ubuntu-xenial DIB21:48
pabelangerSay, we let that run, confirm the failure then add the job to diskimage-builder21:48
pabelangerthen we can validate our runtime-ssh-host-keys patch21:49
openstackgerritPaul Belanger proposed openstack-infra/nodepool: Build ubuntu-xenial image for devstack testing  https://review.openstack.org/39986521:49
onovyfungi: /home/jenkins/workspace/gate-swift-tox-xfs-tmp-func-in-process-fast-post-ubun: bad interpreter: No such file or directory21:50
onovyso yep21:50
onovycan we remove "in-process" from name?21:51
fungiis -encryption relevant to the name as well (as in, is there a non-encryption version? can we shorted that to -enc maybe?)21:52
fungii need to calculate how many characters we need to shave off21:53
onovyfungi: https://github.com/openstack/swift/blob/master/tox.ini#L5821:55
onovyso i think we can't fix it now without swift core21:55
fungiyeah, looks like removing -in-process shaves 22 characters for us (because it gets repeated in the tox env name), and we only need to free up 1121:56
fungi"ntu-xenial/" are all that's missing, i _think_21:56
onovynotmyname: john, we need you! :) ^21:56
fungithis will need a coordinated change, first to the job name in project-config and then to the tox env name in the swift repo21:57
fungiis that the only job that's failing at this point?21:57
*** tiswanso has joined #openstack-infra21:57
onovytwo jobs, same problem21:58
onovygate-swift-tox-xfs-tmp-func-in-process-fast-post-ubuntu-xenial and21:58
onovygate-swift-tox-xfs-tmp-func-in-process-encryption-ubuntu-xenial21:58
fungiyep, just found the swift change that the example failed on21:58
fungiso right, if notmyname agrees it's reasonable to remove in-process- from the env names for those in swift's tox.ini, then that should solve it22:00
fungii'll get the project-config change prepped since that will need to merge first if he's in agreement22:00
onovyok, thanks22:00
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Fix runtime ssh host keys script  https://review.openstack.org/39980522:01
*** tiswanso has quit IRC22:02
notmynamewho what now?22:03
onovynotmyname: we want change gate-swift-tox-xfs-tmp-func-in-process-fast-post-ubuntu-xenial -> gate-swift-tox-xfs-tmp-func-fast-post-ubuntu-xenial22:03
onovydtto for gate-swift-tox-xfs-tmp-func-in-process-encryption-ubuntu-xenial22:04
onovynotmyname: which means change tox env name too22:04
onovyreason: it's too long22:04
notmynamelol22:04
*** david-lyle has quit IRC22:04
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Remove "in-process-" from swift func jobs  https://review.openstack.org/39988722:04
funginotmyname: onovy: ^22:04
*** rbuzatu has joined #openstack-infra22:05
notmynamethe "in process" part is different than the not in process versions that are the dsvm ones22:05
fungihrm, well we can shorten them some other way maybe without losing clarity22:06
notmynamejust curious, what's truncating them?22:06
fungiwe run jobs in workspaces whose path is /home/jenkins/workspace/<job-name>/ and then tox creates a virtualenv and sets shebangs to that plus .tox/<env-name>/bin/python22:06
fungiand if that plus the #! and maybe a string terminator (i can't remember) exceeds 128 bytes then the kernel won't run it22:07
onovyjust curious no. 2, why you limit cmdline to 128?22:08
fungime? i don't have anything to do with that. ask linus22:08
onovyah, 128 is default?22:09
fungibaked into the kernel, i believe22:09
onovyhmm, strange22:09
fungihttps://github.com/pypa/virtualenv/issues/59622:09
notmynameonovy: fungi: do either of you have the related swift change staged already?22:09
onovynotmyname: no22:09
funginotmyname: not yet, was waiting to get your opinion22:09
onovybut i can create it22:10
onovyjust say what name should be :]22:10
notmynameand I just happened to sit down and wake my computer up. I must have a sense about these things ;-)22:10
notmynamehow many characters do we need to shave off?22:11
onovy~ 6 i guess22:12
fungiyeah, hopefully that's not cutting it too close22:12
fungii think we also had some ideas about changes to zuul to be able to shorten the base path for job workspaces a lot too, though that's a more involved effort and i don't know if anyone's tackling it yet22:13
notmyname#!/home/jenkins/workspace/gate-swift-tox-xfs-tmp-func-encryption-ubuntu-xenial/.tox/func-in-process-encryption/bin/python22:13
notmynamethat's 122 chars22:13
notmynameand I think the longest one22:13
fungiright, i'm not sure what the extra overhead is22:14
onovynotmyname: #!/home/jenkins/workspace/gate-swift-tox-xfs-tmp-func--in-process-encryption-ubuntu-xenial/.tox/func-in-process-encryption/bin/python22:15
onovywhich is >12822:15
onovysry, double dash22:15
pabelangermaybe use scenario001, scenario002, etc22:16
pabelangerworks well for puppet / ansible teams22:16
*** rbuzatu_ has joined #openstack-infra22:16
notmynameah I got it22:16
fungiif we can get the name to at or under what the previous non-xfs version of this job was named, that should be sufficient22:16
onovyor hack like this: http://stackoverflow.com/questions/10813538/shebang-line-limit-in-bash-and-linux-kernel#answer-1082608522:16
*** rbuzatu has quit IRC22:18
*** Sukhdev has quit IRC22:19
*** rbuzatu has joined #openstack-infra22:19
dmsimardxenial issue still not fixed? :(22:19
fungidmsimard: for the image builds? clarkb says it affected all images, so i'm guessing it wasn't a systend-only thing22:20
fungier, systemd-only22:20
dmsimardoh, ouch22:20
pabelangerworking on it now22:20
notmynamefungi: onovy: I'm thinking...22:20
pabelangershould have a nodepool test in place to confirm the fix22:20
dmsimardis there a topic for the changes that address the issue? would like to follow the progress22:20
pabelanger39980522:21
*** rbuzatu_ has quit IRC22:21
dmsimardadded myself as reviewer ty22:21
*** baoli has joined #openstack-infra22:22
pabelangertelnet://146.20.110.238:1988522:22
pabelangerif that passes, new nodepool tests work22:22
*** spzala has joined #openstack-infra22:23
notmynamefungi: onovy: yes. drop the "-in-process" part, and that should get things unblocked. I don't love it, but I can't think of a better option, really22:23
notmynameand, worst case, it's something that can be changed back if needed22:23
fungiexactly, can iterate on it easily later22:23
fungijust don't want to suck up a lot of people's time on a weekend22:24
notmynameonovy: fungi: if one of you proposes it to swift, I'll +A22:24
onovynotmyname: working on it22:24
fungias soon as i get results back on 399887 i'll self-approve it22:24
fungiit'll need to land before the swift change will be able to pass22:24
onovyhttps://review.openstack.org/#/c/399888/22:25
notmynamefungi: that swift change looks like the match to you?22:25
*** baoli has quit IRC22:27
funginotmyname: onovy: 399888 lgtm22:27
fungipabelanger: do we need to roll back broken images in nodepool again?22:27
*** spzala has quit IRC22:27
pabelangerfungi: maybe, I haven't checked actually22:28
fungior have the good images already been rotated out of existence in most providers?22:28
notmynamefungi: do we need to wait for any order, or can I go ahead and land the swift one?22:28
onovynotmyname: you can't land swift first22:28
onovybecause jenkins will say -122:28
notmynameright22:28
onovywe need to land fungi's patch first22:28
funginotmyname: you can approve the swift change but it won't actually pass until 399887 gets applied to zuul22:28
onovywait for merge, then recheck22:28
notmynameok. I'll go ahead and stick the bits on there in case I'm not around to recheck later22:29
onovyok22:29
fungiit'll be a few minutes after it merges. i'm going to go ahead and enqueue 399887 into the gate since it looks like we're really starved for usable nodes at the moment with the image issue going on. that way it'll get priority22:29
*** sdake has joined #openstack-infra22:29
dmsimardthere's no way to put a topic on reviews that have already merged, is there ?22:30
*** gmann has quit IRC22:30
fungidmsimard: i think gerrit locks topics on closed changes22:30
dmsimardOkay, my fault, it's good :)22:30
* dmsimard won't forget next time22:30
pabelangerfungi: looks like we have no good images to roll back too, expect 122:30
pabelangerfor osic22:30
fungidmsimard: if it won't let you edit the topic and the change is in a merged state, then that's probably why22:30
pabelangerbut, we should be able to confirm our fix shortly22:31
pabelangerthen do a new dib release22:31
*** hongbin has joined #openstack-infra22:32
notmynamedone22:32
pabelangerosic-cloud1-s3500 should give us good xenial images22:32
onovynotmyname: fungi: thanks guys22:33
fungiokay, 399887 is in the gate and has workers assigned already, eta to merge is 5 minutes and then i'll check on the config management pulse to see how quickly it hits zuul and the launchers22:33
notmynamefungi: is there something else going on in the gate? (you hinted) I'll be rechecking the stuff that needed xfs on monday. or I was plannign to22:33
*** sdake has quit IRC22:34
onovynotmyname: this should be last one22:34
onovyalready fixed few other things :)22:34
notmyname:-)22:34
funginotmyname: a diskimage-builder release shot our dog^H^H^Himages and now we can't boot nodes in most of our providers22:34
notmynameonovy: since I got you hear... how can we get liberasurecode 1.3.1 (or soon, 1.3.2) in upstream packages?22:34
fungithough they've almost got that nailed down22:34
onovynotmyname: in Debian? Already uploaded 1.3.122:35
notmynamehere. whatever22:35
onovynotmyname: https://packages.debian.org/sid/liberasurecode122:35
onovyjessie backports in few days, waiting for migration22:35
notmynameonovy: cool, thanks. FWIW we'll do 1.3.2 soon to change a warning to something that will actually prevent bad things.22:36
onovynotmyname: cool, i will upload it as soon as possible22:36
notmynameonovy: and push requirements changes to pyeclib and swift to make sure people don't deploy with a bad combo22:36
notmynameonovy: thanks22:36
openstackgerritMerged openstack-infra/project-config: Remove "in-process-" from swift func jobs  https://review.openstack.org/39988722:36
fungihave a line on a sru getting that imported into ubuntu lts (xenial at least)?22:36
onovyfungi: "sru"?22:37
fungi"stable release update" (a bug requesting for a package update in an lts release)22:37
*** wolverineav has joined #openstack-infra22:37
onovyah. don't know how this is working in ubuntu22:37
*** saibarspeis has joined #openstack-infra22:37
fungiyeah, me neither. dunno if the upload needs to migrate to testing and then get sucked into ubuntu's dev release before they'll entertain an sru22:38
fungiwe _do_ have jessie images we could run swift tests on, but we don't enable jessie-backports by default afaik so you'd need a step in the job to do the apt preferences patching22:39
fungiaha, and looks like the liberasurecode1 package doesn't exist at all in jessie, outside backports22:41
onovyyep22:41
*** wolverineav has quit IRC22:42
fungixenial apparently has 1.1.0 so convincing them to jump to 1.3.1 or later might be tough unless it goes into xenial-backports instead22:42
fungithough it's not a soname bump, so if swift is the only real consumer of it then maybe they'd be okay with the idea22:42
onovyit's ABI compatible if i remember correctly22:42
*** wolverineav has joined #openstack-infra22:43
onovyfunc tests is running, yeee22:46
fungiwell, the shortened job name likely hasn't applied yet, i'm checking the zuul servers now22:46
onovyfungi: it's applied22:47
fungioh wow, that was faster than if i had coerced it manually22:47
fungii agree, seems to have been applied already22:47
*** wolverineav has quit IRC22:47
*** stream10 has quit IRC22:48
onovysuccess!22:48
fungiyep, lookin good22:48
fungi399888 may need backporting to one or more stable branches at some point, but as you rarely have changes on those for swift it's likely non-urgent22:49
pabelangerw00t22:52
onovyhttps://review.openstack.org/#/c/399890/22:53
pabelangerworked22:53
onovynotmyname: https://review.openstack.org/#/c/399890/22:54
pabelangerfungi: dmsimard: clarkb: http://logs.openstack.org/05/399805/3/check/gate-dsvm-nodepool-src-diskimage-builder-nv/8be9dfa/console.html#_2016-11-19_22_52_28_40734722:54
pabelangerhttps://review.openstack.org/#/c/399805/ and https://review.openstack.org/#/c/399865/ can be +3 now22:54
clarkbpabelanger: why the dependency?22:57
clarkbthose arent cross tested so its a noop22:57
pabelangerclarkb: they are22:57
pabelangergate-dsvm-nodepool-src-diskimage-builder-nv22:58
clarkbthey are? wow22:58
clarkbnews to me22:58
pabelangeruses the same job as gate-dsvm-nodepool22:58
pabelangerya, I think ianw did it22:58
clarkbpabelanger: that said I would not do two images, just one22:58
fungipabelanger: is 399865 passing because dib is fixed now? it seems like the dependency is in the wrong direction for that?22:58
*** tiswanso has joined #openstack-infra22:59
clarkband also I think this should fail on trusty too22:59
fungioh, the job is nonvoting22:59
fungii forgot we wanted to avoid nodepool blocking on devstack in general22:59
pabelangerfungi: ya, it could be reversed, but wanted to confirm 399805 was correct23:00
clarkbhuh apparently trusty works for some reason23:00
clarkbmore curiouser23:00
pabelangeronly affects systemd23:00
clarkbpabelanger: but the change was to upstarttoo23:00
pabelangerchecking23:00
clarkbthey all run that same scriptIthought23:01
pabelangerah, right23:01
clarkbbut yes I'd prefer that we didnt makr the dib change wait on nodepool23:01
pabelangernot sure then23:01
pabelangerwe can remove it, just wanted to confirm it was working without manually building an image23:02
openstackgerritPaul Belanger proposed openstack/diskimage-builder: Fix runtime ssh host keys script  https://review.openstack.org/39980523:02
funginow we just need a couple of dib cores to approve that, and then someone to file for a release23:03
*** tiswanso has quit IRC23:03
pabelangergreghaynes: ianw: ^ mind +3 and release?23:07
*** saibarspeis has quit IRC23:08
*** sdake has joined #openstack-infra23:08
pabelangerclarkb: re: 2 images, I don't mind both. It didn't add much to the build time. Also, when we switch to feature/zuulv3 branch, we are only doing 1 image ATM (since we dropped snapshot)23:12
openstackgerritOndřej Nový proposed openstack-infra/project-config: Swift: Make Python 3.5 check voting  https://review.openstack.org/39989223:13
clarkbpabelanger: just remember they are serialized and uploads wait for builds tofinish23:14
clarkbso it adds about 10minutes to the job I think23:14
clarkbmaybe more23:14
*** mriedem has quit IRC23:15
pabelangertrue, but that changes for zuulv323:15
pabelangerwe could also have dib use a different nodepool.yaml23:15
clarkbno its still serialized there23:16
clarkbsince you cant run mulyiple dibs atonce23:16
pabelangerOh, builds.... ya23:16
*** wolverineav has joined #openstack-infra23:16
*** EricGonczer_ has joined #openstack-infra23:16
*** mriedem has joined #openstack-infra23:18
*** hongbin has quit IRC23:19
notmynameonovy: fungi: oh, we need it on stable branches too because infra has one config? ie it's not tested against a stable/newton branch of infra23:20
*** tiswanso has joined #openstack-infra23:20
onovyi guess so23:20
onovybut i can try it with "recheck" of my patches for stable swift branch23:20
*** wolverineav has quit IRC23:21
onovynotmyname: yep, infra is using config only from master for all builds. you can check directly on 39989023:22
*** baoli has joined #openstack-infra23:23
notmynameonovy: probably need mitake too, then?23:23
onovywe don't have EC func in mitaka23:23
onovyso i think we need somethink like "dummy" tox target with exit 023:23
*** tqtran has joined #openstack-infra23:24
clarkbyou can restrict jobs by branch23:24
onovyany example?23:25
*** tiswanso has quit IRC23:26
*** baoli has quit IRC23:28
*** tqtran has quit IRC23:28
clarkbonovy: just look in zuul/layout.yaml and grep for mitaka or liberty or newton23:28
onovyright23:28
*** sdake has quit IRC23:28
*** nunchuck has joined #openstack-infra23:30
*** Jeffrey4l has joined #openstack-infra23:30
openstackgerritOndřej Nový proposed openstack-infra/project-config: Skip gate-swift-tox-xfs-tmp-func-encryption-ubuntu-xenial on liberty+mitaka  https://review.openstack.org/39989323:33
*** sdake has joined #openstack-infra23:33
notmynameonovy: so how has the gate been working on those branches without that patch so far?23:35
onovynotmyname: don't know23:35
notmynameonovy: crypto tests weren't there https://review.openstack.org/#/c/389746/23:37
onovynotmyname: because they wasn't in layout in that time?23:37
notmynameonovy: the crypto tests have been there for a while. that one only landed 2 weeks ago23:38
onovynotmyname: to be honest, don't know at all. but i think there is no need to hurry. think about it, talk with infra, etc.23:38
notmynamethe crypto tests were added in July23:38
onovyi prepared few patches, maybe they are correct :]23:39
notmynameyeah. well, I was planning on doing some actual releases on stable branches23:39
*** jamielennox is now known as jamielennox|away23:40
onovylet's wait for "checks" of this: https://review.openstack.org/#/c/399895/23:40
onovyit should fail with gate-swift-tox-xfs-tmp-func-encryption-ubuntu-xenial23:41
*** EricGonczer_ has quit IRC23:42
*** rbuzatu has quit IRC23:46
onovy-> bed, it's almost 1am. gn23:46
*** rbuzatu has joined #openstack-infra23:46
*** rbuzatu has quit IRC23:51
*** sdake has quit IRC23:54

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