Sunday, 2018-06-10

*** heyongli has quit IRC00:00
*** heyongli has joined #openstack-infra00:00
*** heyongli has quit IRC00:10
*** heyongli has joined #openstack-infra00:11
*** heyongli has quit IRC00:20
*** heyongli has joined #openstack-infra00:21
*** heyongli has quit IRC00:31
*** heyongli has joined #openstack-infra00:31
*** heyongli has quit IRC00:41
*** heyongli has joined #openstack-infra00:41
*** kzaitsev_pi has quit IRC00:43
*** kzaitsev_pi has joined #openstack-infra00:51
*** heyongli has quit IRC00:51
*** heyongli has joined #openstack-infra00:52
*** heyongli has quit IRC01:01
*** heyongli has joined #openstack-infra01:02
*** heyongli has quit IRC01:12
*** heyongli has joined #openstack-infra01:12
*** sthussey has joined #openstack-infra01:15
*** heyongli has quit IRC01:22
*** heyongli has joined #openstack-infra01:22
*** felipemonteiro has quit IRC01:22
*** felipemonteiro has joined #openstack-infra01:28
*** heyongli has quit IRC01:32
*** heyongli has joined #openstack-infra01:33
portdirecthey - I think since the change to ansible 2.5 we are seeing some odd behavior on our gate roles that I cannot reproduce locally01:35
clarkbportdirect: have an example?01:36
portdirecthttps://review.openstack.org/#/c/574055/3/roles/deploy-kubeadm-aio-node/tasks/main.yaml01:36
clarkb(I'm not sure I'll be able to debug it now but it will help to have specific examples and logs)01:36
portdirectl4101:36
portdirectfor some reason this (and the following similar command)01:37
portdirectnow always fail on the 1st node01:37
portdirecthttp://logs.openstack.org/55/574055/3/check/openstack-helm-infra-ubuntu/9e9ac15/ara-report/result/54b51530-2857-4003-83e2-53fe446808b0/01:37
portdirectbut run fine on others: http://logs.openstack.org/55/574055/3/check/openstack-helm-infra-ubuntu/9e9ac15/ara-report/result/b173a14c-c8a3-407d-9e7b-c35b44fdee5c/01:37
portdirectI suspect i can just get round this by running as root, but it seems a bit dirty01:38
clarkbthose tracebacks are related to our callback module writing to the log file I think (this is what gives us the console log)01:39
clarkbbut rather than console-None it should be console-builduuid iirc01:39
portdirectany idea how i could hack round this in the short-term?01:40
*** felipemonteiro has quit IRC01:40
clarkbI think we need to figure out why the value there is None instead of the uuid01:41
clarkbat least to understand what is going on01:41
clarkbI wonder if that pause is breaking it01:42
clarkbmaybe instead of a pause do a command sleep 60?01:42
*** felipemonteiro has joined #openstack-infra01:42
*** heyongli has quit IRC01:42
*** heyongli has joined #openstack-infra01:43
portdirecti put the pause in to try and see what was going on ;)01:44
portdirectwe hit this in master atm - so since thurs all our gates started to fail :(01:45
portdirectthis is how its manifesting in master atm: http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/ara-report/result/d87ec2dc-4047-4ff9-8f97-4f5bc3c74b49/01:46
portdirecthttps://github.com/openstack/openstack-helm-infra/blame/master/roles/deploy-kubeadm-aio-node/tasks/main.yaml#L38-L4401:47
portdirectwhich was running ok for the last 8 months01:47
clarkbthat doesn't appear to have crashing console logs01:47
clarkb(makes me wonder if the pause is actually at least partially at fault for those)01:47
clarkbportdirect: the error there is stdout isn't valid on that dict01:51
clarkbthe internet has examples using stdout_lines. I'm trying to find more definitive info though01:51
portdirecti was assuming that that was as it couldnt open somthing to dump stdout to?01:51
clarkbor it is evaluating the until prior to the command running the first time? looks like stdout and stdout_lines should both be valid01:53
*** heyongli has quit IRC01:53
portdirectas it allways seems to effect only the 1st node that trys to run a delegated task that uses stdout01:53
portdirecteg: http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/ara-report/result/436bb033-12c5-420f-a76b-0365f6171229/01:53
clarkb'Error from server (NotFound): nodes "ubuntu-xenial-rax-dfw-0004350526" not found' is suspicuous though01:53
*** heyongli has joined #openstack-infra01:53
clarkbhttp://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/zuul-info/inventory.yaml ya that node isn't in the inventory01:53
portdirectthis is normal for the 1st 15 seconds or so01:54
clarkbI think the delegate_to may be at fault if it is delegating to ubuntu-xenial-rax-dfw-000435052601:54
clarkbthat is my best guess at this point. Maybe try hardcoding it to node-1 or node-2 or primary depending on which is the kube master to check?01:56
portdirectare you getting that from the command thats being run?01:57
portdirect(the host?)01:57
portdirectas that should be reffering to the hostname of the node, not the ansible node-name01:57
clarkbI'm getting that from your ara link above http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/ara-report/result/d87ec2dc-4047-4ff9-8f97-4f5bc3c74b49/01:57
clarkbsays "Error from server (NotFound): nodes "ubuntu-xenial-rax-dfw-0004350526" not found01:58
clarkband you have a delegate to in that task01:58
*** claudiub has quit IRC01:58
portdirectthat command looks right01:58
portdirectits the hostname of node-1: http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/zuul-info/host-info.node-1.yaml01:58
clarkbI'm reading that to mean the delegate to is an invalid (not in inventory) host01:58
portdirectits being delegated to this node: https://github.com/openstack/openstack-helm-infra/blame/master/roles/deploy-kubeadm-aio-node/tasks/main.yaml#L2001:58
clarkbsure but its not what is in the invetory? http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/zuul-info/inventory.yaml01:59
clarkbportdirect: where do you include these tasks? is it being run against all nodes?02:02
clarkb(other idea is maybe the k8s cluster task is killing networking?02:02
portdirectI think we may be slightly talking accross each other02:03
*** heyongli has quit IRC02:03
portdirectthe node names being refered to in the output - refer to the fdqn's of the nodes, not their names in the inventory02:03
*** heyongli has joined #openstack-infra02:03
clarkbportdirect: right but it is saying the node is not found implying the value set in the delegate to is not correct02:04
clarkb(at least that is how I am reading it)02:04
portdirectits been deligated fine (why the command is running)02:04
*** calebb has quit IRC02:04
portdirectbut the node is noth found - as k8s has not yet started up02:04
clarkbbut it isn't running?02:04
portdirectthis is the wait for k8s to be up on that node02:05
clarkbah ok I was misreading the output as from asnible02:05
portdirect:)02:05
clarkbgot it02:05
portdirectso yeah - since thurday is seems that this fails for the 1st node to get to the point of delegating this task to the node used to bootstrap the cluster02:06
clarkb"The conditional check 'task_result.stdout == 'Ready'' failed. The error was: error while evaluating conditional (task_result.stdout == 'Ready'): 'dict object' has no attribute 'stdout'02:06
clarkbis the error then02:06
portdirectyup02:07
portdirecteven if the command fails, we should have a stdout attribute in the dict should we not?02:07
portdirecteven if its just ""02:08
*** calebb has joined #openstack-infra02:09
*** psachin` has joined #openstack-infra02:09
clarkbya reading the command module it seems to default to b'' if nothing else02:10
clarkb(for stdout)02:10
clarkbalso ara shows stdout there02:10
clarkbthe task itself is set to retry 120 times but ara is recording it as the 121st occurence02:11
*** slaweq has joined #openstack-infra02:11
portdirectclarkb: this seems to be working: https://review.openstack.org/#/c/574055/4/roles/deploy-kubeadm-aio-node/tasks/main.yaml02:11
portdirect(the 1st new task is irrelevant)02:12
clarkbcurrent hunch is that stdout isn't there because it isn't actually running the command on the 121st time though02:12
clarkband its just failing 120 times02:12
*** jesslampe has joined #openstack-infra02:12
*** heyongli has quit IRC02:13
*** heyongli has joined #openstack-infra02:14
portdirectit looks to be failing on the 1st ? http://logs.openstack.org/07/573007/4/check/openstack-helm-infra-ubuntu/4c07def/job-output.txt.gz#_2018-06-07_20_21_25_77616402:15
portdirectjust from the timestamps02:15
*** slaweq has quit IRC02:16
clarkbright I think the host not found error is happening 120 times02:16
clarkbthen on the 121st there is no stdout because the command doesn't actually run02:16
portdirectit cant be running it 121 limes in a second?02:17
portdirectlol - times sry02:17
clarkbit says retries 12102:17
clarkbbut ya delay is 5 seconds so I dunno02:18
portdirectanyway - moving to run as root seems to fix it02:18
portdirectI'll try and get a zuul up locally (as im ironically working on a chart for it atm :) )02:18
clarkbto test this I would remove the until and retries02:19
portdirectbut i suspect theres an issue with the console streamer with deligation02:19
portdirectroger02:19
portdirectI'll get another ps up02:19
clarkbrun it once, wait some long period of time, try it again and check for stdout being happier and if the result changes on the command itself02:19
clarkbmostly I suspect some weird behavior in new ansible around until and retries02:19
portdirectIm running with root here and all seems well: http://zuul.openstack.org/stream.html?uuid=cf56688233c94493a79115e884725803&logfile=console.log02:19
clarkbis it possible that kubectl needs root on that node for some reason?02:20
clarkb(needing to write to a file owned by root or read a config file owned by root, etc)02:20
portdirectshouldnt02:22
portdirectand we run these playbooks internally without any issue02:22
clarkbwhat version of ansible ?02:22
portdirect2.5.402:22
clarkb(we went from 2.3 to 2.5)02:22
portdirectwe launch about 20-50 clusters a day using this in our internal ci02:23
clarkbin that case ya I think the thing to check is if not using until and retries a better or different error message02:23
*** heyongli has quit IRC02:23
clarkbthen work backward from there02:24
portdirectand from looking at our gates - it was the cut from 2.3.3 to 2.5 that caused breakage in -infra02:24
*** heyongli has joined #openstack-infra02:24
clarkb/etc/kubernetes/admin.conf is readable by the zuul user?02:24
portdirectno02:24
clarkb(just noticing that in the task itself)02:24
clarkbwouldn't that require a become then?02:25
portdirectbut theres a copy of that at ~/.kube/config that is02:25
portdirectans used by kubectl by default02:25
portdirectso we only need to manually spec it when using root02:25
clarkbmaybe double check that file exists and is readable by the zuul user too?02:26
clarkb(just looking at the delta between what works and doesn't02:26
clarkb and that is something in that delta)02:27
portdirecthttp://logs.openstack.org/16/572116/1/check/openstack-helm-infra-ubuntu/1f16ccb/job-output.txt.gz#_2018-06-04_15_03_09_14585802:27
portdirect^^ last gate that ran on 2.3.302:27
portdirectnothing has changed/merged since.02:27
portdirectchecks that were passing, now fail02:28
clarkbya could be a difference in default perms for file resources in new ansible for example02:31
clarkbI'm just trying to rule out things that could cause kubectl to fail and things that could cause ansible to fail as a result02:31
clarkbyes the ansible update may be at fault, but unless we understand the root cause we aren't going to get anywhere fixing it02:32
portdirectclarkb: I'll try just running an `ls` command - i suspect this will have the same effect02:32
clarkbpossibly old ansible assigned ownership and perms on files based on teh current user and new one assumes root if not set and if you run your playbooks as root locally then they work but zuul uses the zuul user (lots of variables at play and I'm just trying to make sure we understand what broke)02:33
*** heyongli has quit IRC02:34
clarkb(I don't think that is likely, btu I do think it is possible)02:34
*** heyongli has joined #openstack-infra02:34
portdirecti dont run as root locally :(02:36
portdirectthanks for your help dude - I'll ping you when i get results from this: https://review.openstack.org/#/c/574065/1/roles/deploy-kubeadm-aio-node/tasks/main.yaml02:36
*** felipemonteiro has quit IRC02:37
clarkbcool, its dinner time so I may not catch up until tomorrow morning, but I think these couple debugging tasks will likely help. Worst case we learn nothing and its deep dive into zuul (maybe holding a node for you)02:37
portdirectgotta eat :D cheers clarkb02:38
*** heyongli has quit IRC02:44
*** heyongli has joined #openstack-infra02:44
*** dbecker has quit IRC02:47
*** felipemonteiro has joined #openstack-infra02:50
*** heyongli has quit IRC02:54
*** heyongli has joined #openstack-infra02:55
*** dbecker has joined #openstack-infra03:02
*** heyongli has quit IRC03:04
*** heyongli has joined #openstack-infra03:05
*** heyongli has quit IRC03:15
*** heyongli has joined #openstack-infra03:15
*** slaweq has joined #openstack-infra03:22
*** sthussey has quit IRC03:25
*** heyongli has quit IRC03:25
*** heyongli has joined #openstack-infra03:25
*** slaweq has quit IRC03:27
*** heyongli has quit IRC03:35
*** heyongli has joined #openstack-infra03:36
*** jesslampe has quit IRC03:37
*** heyongli has quit IRC03:45
*** heyongli has joined #openstack-infra03:46
*** heyongli has quit IRC03:56
*** heyongli has joined #openstack-infra03:56
portdirectclarkb: seeing the same thing with just an echo04:04
portdirecthttp://logs.openstack.org/65/574065/3/check/openstack-helm-infra-centos/07e424c/ara-report/result/81d61ab5-3771-43ea-9dba-a6ddd210f60d/04:04
portdirecthttps://review.openstack.org/#/c/574065/3/roles/deploy-kubeadm-aio-node/tasks/main.yaml04:04
*** heyongli has quit IRC04:06
*** heyongli has joined #openstack-infra04:06
*** felipemonteiro has quit IRC04:11
*** jesslampe has joined #openstack-infra04:15
*** heyongli has quit IRC04:16
*** heyongli has joined #openstack-infra04:17
*** heyongli has quit IRC04:26
*** heyongli has joined #openstack-infra04:27
*** heyongli has quit IRC04:37
*** heyongli has joined #openstack-infra04:37
*** heyongli has quit IRC04:47
*** heyongli has joined #openstack-infra04:47
*** hongbin has joined #openstack-infra04:50
*** hongbin has quit IRC04:52
*** heyongli has quit IRC04:57
*** heyongli has joined #openstack-infra04:58
*** heyongli has quit IRC05:07
*** heyongli has joined #openstack-infra05:08
*** heyongli has quit IRC05:18
*** heyongli has joined #openstack-infra05:18
*** yamamoto has joined #openstack-infra05:26
*** heyongli has quit IRC05:28
*** heyongli has joined #openstack-infra05:28
*** yamamoto has quit IRC05:31
*** heyongli has quit IRC05:38
*** heyongli has joined #openstack-infra05:39
*** xinliang3 has quit IRC05:48
*** heyongli has quit IRC05:48
*** xinliang3 has joined #openstack-infra05:49
*** heyongli has joined #openstack-infra05:49
*** heyongli has quit IRC05:59
*** heyongli has joined #openstack-infra05:59
*** slaweq has joined #openstack-infra06:05
*** heyongli has quit IRC06:09
*** heyongli has joined #openstack-infra06:09
*** slaweq has quit IRC06:10
*** lifeless has joined #openstack-infra06:12
*** heyongli has quit IRC06:19
*** heyongli has joined #openstack-infra06:20
*** heyongli has quit IRC06:29
*** heyongli has joined #openstack-infra06:30
*** iranzo has joined #openstack-infra06:33
*** heyongli has quit IRC06:40
*** heyongli has joined #openstack-infra06:40
*** heyongli has quit IRC06:50
*** heyongli has joined #openstack-infra06:50
*** heyongli has quit IRC07:00
*** heyongli has joined #openstack-infra07:01
*** lifeless_ has joined #openstack-infra07:10
*** lifeless has quit IRC07:10
*** heyongli has quit IRC07:10
*** heyongli has joined #openstack-infra07:11
*** jbadiapa_ has quit IRC07:13
*** pcichy has quit IRC07:17
*** pcichy has joined #openstack-infra07:17
*** jbadiapa_ has joined #openstack-infra07:18
*** lifeless_ is now known as lifeless07:18
*** Bhujay has joined #openstack-infra07:19
*** heyongli has quit IRC07:21
*** heyongli has joined #openstack-infra07:21
*** heyongli has quit IRC07:31
*** heyongli has joined #openstack-infra07:31
*** andreww has joined #openstack-infra07:38
*** jesslampe has quit IRC07:39
*** jesslampe has joined #openstack-infra07:39
*** Bhujay has quit IRC07:39
openstackgerritMerged openstack-infra/nodepool master: Add release note about upgrading for multi-label  https://review.openstack.org/57382707:40
*** xarses_ has quit IRC07:40
*** Bhujay has joined #openstack-infra07:41
fricklerinfra-root: I'm seeing this console-None issue also for devstack-multinode, which hasn't been modified lately I think: http://logs.openstack.org/20/564220/1/check/devstack-multinode/f1fe43d/ara-report/result/70872a34-300e-4da0-b94f-7f58daf30517/07:41
*** heyongli has quit IRC07:41
fricklerso guessing some behaviour change in zuul could be triggering this07:41
*** heyongli has joined #openstack-infra07:42
fricklerah, or ansible change. seems the common factor might indeed be a "become: yes" together with a non-root "become_user"07:44
*** heyongli has quit IRC07:51
*** heyongli has joined #openstack-infra07:52
*** heyongli has quit IRC08:02
*** heyongli has joined #openstack-infra08:02
fricklerpossibly unrelated, I'm still seeing POST_FAILURE on osc-functional-devstack after the original tox failure got fixed http://logs.openstack.org/02/573202/2/check/osc-functional-devstack/fc3d20a/08:03
fricklerI can see no error at all there in the logs, so probably failing very late. guess I'll hold another node to debug that08:04
*** dhajare has joined #openstack-infra08:09
*** heyongli has quit IRC08:12
*** heyongli has joined #openstack-infra08:12
*** dklyle has quit IRC08:14
*** heyongli has quit IRC08:22
*** jesslampe has quit IRC08:23
*** heyongli has joined #openstack-infra08:23
AJaegerportdirect, clarkb: seeing your discussion, are you sure it's ansible 2.5? https://review.openstack.org/#/c/572313/ changes hostname  - that merged also last week.08:31
*** heyongli has quit IRC08:32
*** heyongli has joined #openstack-infra08:33
*** heyongli has quit IRC08:43
*** heyongli has joined #openstack-infra08:43
*** armaan has joined #openstack-infra08:51
*** heyongli has quit IRC08:53
*** heyongli has joined #openstack-infra08:53
*** benj_ has quit IRC09:02
*** heyongli has quit IRC09:03
*** heyongli has joined #openstack-infra09:04
*** claudiub has joined #openstack-infra09:11
*** heyongli has quit IRC09:13
*** heyongli has joined #openstack-infra09:14
*** psachin` has quit IRC09:22
*** heyongli has quit IRC09:24
*** heyongli has joined #openstack-infra09:24
*** heyongli has quit IRC09:34
*** heyongli has joined #openstack-infra09:34
*** yamamoto has joined #openstack-infra09:34
*** pbourke has quit IRC09:42
*** pbourke has joined #openstack-infra09:43
*** heyongli has quit IRC09:44
*** heyongli has joined #openstack-infra09:45
*** heyongli has quit IRC09:54
*** heyongli has joined #openstack-infra09:55
*** yamamoto has quit IRC10:03
*** heyongli has quit IRC10:05
*** heyongli has joined #openstack-infra10:05
*** sshnaidm has joined #openstack-infra10:15
*** heyongli has quit IRC10:15
*** heyongli has joined #openstack-infra10:15
*** heyongli has quit IRC10:25
*** heyongli has joined #openstack-infra10:26
*** sshnaidm has quit IRC10:28
*** lifeless_ has joined #openstack-infra10:29
*** lifeless has quit IRC10:30
*** heyongli has quit IRC10:35
*** heyongli has joined #openstack-infra10:36
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Improve logging around tenant reconfiguration  https://review.openstack.org/57407710:39
openstackgerritTobias Henkel proposed openstack-infra/zuul master: DNM: tox-cover  https://review.openstack.org/57407810:40
*** yamamoto has joined #openstack-infra10:42
*** heyongli has quit IRC10:46
*** heyongli has joined #openstack-infra10:46
*** yamamoto has quit IRC10:48
*** jtomasek has joined #openstack-infra10:50
*** heyongli has quit IRC10:56
*** heyongli has joined #openstack-infra10:56
*** heyongli has quit IRC11:06
*** heyongli has joined #openstack-infra11:07
*** zaro__ has quit IRC11:09
*** heyongli has quit IRC11:16
*** heyongli has joined #openstack-infra11:17
*** yamamoto has joined #openstack-infra11:22
*** heyongli has quit IRC11:27
*** heyongli has joined #openstack-infra11:27
*** yamamoto has quit IRC11:32
*** yamamoto has joined #openstack-infra11:33
*** heyongli has quit IRC11:37
*** heyongli has joined #openstack-infra11:37
*** yamamoto has quit IRC11:38
*** armaan has quit IRC11:40
*** e0ne has joined #openstack-infra11:40
*** armaan has joined #openstack-infra11:41
*** armaan has quit IRC11:45
*** heyongli has quit IRC11:47
*** heyongli has joined #openstack-infra11:48
*** yamamoto has joined #openstack-infra11:48
*** yamamoto has quit IRC11:53
*** heyongli has quit IRC11:57
*** heyongli has joined #openstack-infra11:58
*** tosky has joined #openstack-infra12:00
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Fix tox-cover  https://review.openstack.org/57408012:01
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Improve logging around tenant reconfiguration  https://review.openstack.org/57407712:03
*** heyongli has quit IRC12:08
*** heyongli has joined #openstack-infra12:08
*** armaan has joined #openstack-infra12:08
*** heyongli has quit IRC12:18
*** heyongli has joined #openstack-infra12:18
*** sshnaidm has joined #openstack-infra12:19
*** heyongli has quit IRC12:28
*** heyongli has joined #openstack-infra12:29
*** yamamoto has joined #openstack-infra12:33
*** e0ne has quit IRC12:34
*** yamamoto has quit IRC12:37
*** heyongli has quit IRC12:38
*** heyongli has joined #openstack-infra12:39
fungimtreinish: just a heads up, https://review.openstack.org/538574 seems to break openid logins (and presumably other actions but i wasn't able to log in to test further). logs indicate "Lock wait timeout exceeded; try restarting transaction" when attempting "UPDATE users SET updated_at=%(updated_at)s, last_login=%(last_login)s WHERE users.id = %(users_id)s"12:40
*** armaan has quit IRC12:41
*** armaan has joined #openstack-infra12:41
fungii've rolled back the installation on sb.o.o as of yesterday morning to the previous commit while we work out whether we need to revert or whether there's a quick fix (but rereading that change, it's not obvious to me how it causes that)12:42
fungii did at least roll forward/back a few times bisecting, before confirming it's that specific commit triggering the issue12:43
*** armaan has quit IRC12:46
*** yamamoto has joined #openstack-infra12:48
*** heyongli has quit IRC12:49
*** heyongli has joined #openstack-infra12:49
*** yamamoto has quit IRC12:53
*** heyongli has quit IRC12:59
*** heyongli has joined #openstack-infra12:59
*** heyongli has quit IRC13:09
*** heyongli has joined #openstack-infra13:10
*** jtomasek has quit IRC13:14
*** trown|outtypewww has quit IRC13:18
*** heyongli has quit IRC13:19
*** heyongli has joined #openstack-infra13:20
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Also cache empty unparsed config  https://review.openstack.org/57408613:20
*** e0ne has joined #openstack-infra13:20
*** e0ne has quit IRC13:22
*** dave-mcc_ has joined #openstack-infra13:23
*** heyongli has quit IRC13:30
*** heyongli has joined #openstack-infra13:30
*** e0ne has joined #openstack-infra13:32
*** yamamoto has joined #openstack-infra13:33
*** e0ne has quit IRC13:37
*** Bhujay has quit IRC13:37
*** yamamoto has quit IRC13:38
*** Bhujay has joined #openstack-infra13:38
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Also cache empty unparsed config  https://review.openstack.org/57408613:39
*** heyongli has quit IRC13:40
*** heyongli has joined #openstack-infra13:40
*** yamamoto has joined #openstack-infra13:48
*** heyongli has quit IRC13:50
*** heyongli has joined #openstack-infra13:51
*** yamamoto has quit IRC13:53
*** e0ne has joined #openstack-infra13:55
*** heyongli has quit IRC14:00
*** heyongli has joined #openstack-infra14:01
*** tosky has quit IRC14:02
fricklerthe POST_FAILURE seems to stem from a missing role, not sure why there isn't anything in the log, this is from the executor log http://paste.openstack.org/show/723114/14:03
*** dhill_ has joined #openstack-infra14:03
*** e0ne has quit IRC14:07
frickleralso the devstack-multinode jobs passed on a recheck. seems the console-None issue might randomly hit tasks and fails if it hits twice with conflicting users/permissions14:08
fricklerthis is what I see on the held osc node http://paste.openstack.org/show/723113/14:08
*** heyongli has quit IRC14:11
*** heyongli has joined #openstack-infra14:11
*** e0ne has joined #openstack-infra14:15
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Change test prints to log.info  https://review.openstack.org/55405814:18
*** yamamoto has joined #openstack-infra14:18
*** sshnaidm has quit IRC14:18
*** yamamoto has quit IRC14:18
*** heyongli has quit IRC14:21
*** heyongli has joined #openstack-infra14:21
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Fix logging in tests to be quiet when expected  https://review.openstack.org/55405414:25
frickleroh, seems AJaeger made a patch that needs to be cherry-picked to stable branches, https://review.openstack.org/57408914:25
*** armaan has joined #openstack-infra14:26
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Fix logging in tests to be quiet when expected  https://review.openstack.org/55405414:27
openstackgerritMerged openstack-infra/zuul master: Cleanup log streaming error handling  https://review.openstack.org/57251314:27
openstackgerritMerged openstack-infra/zuul master: Fix remote stream log test  https://review.openstack.org/57257414:28
*** e0ne has quit IRC14:29
*** heyongli has quit IRC14:31
*** heyongli has joined #openstack-infra14:32
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Fix logging in tests to be quiet when expected  https://review.openstack.org/55405414:33
*** e0ne has joined #openstack-infra14:39
*** heyongli has quit IRC14:41
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Fix logging in tests to be quiet when expected  https://review.openstack.org/55405414:42
*** heyongli has joined #openstack-infra14:42
*** e0ne has quit IRC14:51
*** heyongli has quit IRC14:52
*** heyongli has joined #openstack-infra14:52
*** slaweq has joined #openstack-infra14:52
*** dhajare has quit IRC14:54
*** slaweq has quit IRC14:58
*** e0ne has joined #openstack-infra14:59
*** armaan has quit IRC15:01
*** armaan has joined #openstack-infra15:02
*** heyongli has quit IRC15:02
*** heyongli has joined #openstack-infra15:02
*** e0ne has quit IRC15:03
openstackgerritDarragh Bailey proposed openstack-infra/gerritlib master: Reuse same paramiko connection recreating on errors  https://review.openstack.org/41253515:07
openstackgerritDarragh Bailey proposed openstack-infra/gerritlib master: Support querying for single group info  https://review.openstack.org/41253615:10
*** heyongli has quit IRC15:12
*** heyongli has joined #openstack-infra15:13
*** e0ne has joined #openstack-infra15:16
*** slaweq has joined #openstack-infra15:17
*** slaweq has quit IRC15:18
*** slaweq has joined #openstack-infra15:18
*** yamamoto has joined #openstack-infra15:19
*** e0ne has quit IRC15:21
*** heyongli has quit IRC15:22
*** heyongli has joined #openstack-infra15:23
*** slaweq has quit IRC15:23
*** yamamoto has quit IRC15:23
*** e0ne has joined #openstack-infra15:29
*** felipemonteiro has joined #openstack-infra15:31
*** heyongli has quit IRC15:33
*** heyongli has joined #openstack-infra15:33
openstackgerritDarragh Bailey proposed openstack-infra/git-review master: Limit reviews by branch when specified  https://review.openstack.org/31205615:38
*** armaan has quit IRC15:43
*** heyongli has quit IRC15:43
*** armaan has joined #openstack-infra15:43
*** heyongli has joined #openstack-infra15:43
*** armaan has quit IRC15:48
*** heyongli has quit IRC15:53
*** heyongli has joined #openstack-infra15:54
*** apetrich has quit IRC16:00
*** apetrich has joined #openstack-infra16:00
*** heyongli has quit IRC16:03
*** heyongli has joined #openstack-infra16:04
*** r-daneel has joined #openstack-infra16:12
*** iranzo has quit IRC16:12
*** heyongli has quit IRC16:14
*** heyongli has joined #openstack-infra16:14
*** felipemonteiro has quit IRC16:23
*** heyongli has quit IRC16:24
*** heyongli has joined #openstack-infra16:24
*** heyongli has quit IRC16:34
*** heyongli has joined #openstack-infra16:35
*** r-daneel has quit IRC16:35
*** rkukura has quit IRC16:41
*** heyongli has quit IRC16:44
*** heyongli has joined #openstack-infra16:45
*** Bhujay has quit IRC16:47
*** germs has joined #openstack-infra16:48
*** apetrich has quit IRC16:50
*** apetrich has joined #openstack-infra16:50
*** e0ne has quit IRC16:54
*** heyongli has quit IRC16:55
*** auristor has quit IRC16:55
*** heyongli has joined #openstack-infra16:55
*** auristor has joined #openstack-infra16:59
*** sshnaidm has joined #openstack-infra17:00
*** e0ne has joined #openstack-infra17:04
*** heyongli has quit IRC17:05
*** heyongli has joined #openstack-infra17:05
*** heyongli has quit IRC17:15
*** heyongli has joined #openstack-infra17:16
*** lifeless_ has quit IRC17:16
*** heyongli has quit IRC17:25
*** slaweq has joined #openstack-infra17:26
*** heyongli has joined #openstack-infra17:26
*** felipemonteiro has joined #openstack-infra17:27
*** slaweq_ has joined #openstack-infra17:33
*** heyongli has quit IRC17:36
*** slaweq has quit IRC17:36
*** heyongli has joined #openstack-infra17:36
*** hongbin has joined #openstack-infra17:40
*** heyongli has quit IRC17:46
*** heyongli has joined #openstack-infra17:46
*** jbadiapa_ has quit IRC17:56
*** heyongli has quit IRC17:56
*** heyongli has joined #openstack-infra17:57
*** heyongli has quit IRC18:07
*** heyongli has joined #openstack-infra18:07
*** heyongli has quit IRC18:17
*** heyongli has joined #openstack-infra18:17
*** slaweq_ has quit IRC18:24
*** heyongli has quit IRC18:27
*** heyongli has joined #openstack-infra18:27
*** felipemonteiro has quit IRC18:33
*** heyongli has quit IRC18:37
*** heyongli has joined #openstack-infra18:38
*** agopi has joined #openstack-infra18:41
*** heyongli has quit IRC18:48
*** heyongli has joined #openstack-infra18:48
*** heyongli has quit IRC18:58
*** heyongli has joined #openstack-infra18:58
openstackgerritColleen Murphy proposed openstack-infra/puppet-cgit master: Update Gemfile for Zuulv3  https://review.openstack.org/57198719:04
*** jamesmcarthur has joined #openstack-infra19:04
*** heyongli has quit IRC19:08
*** heyongli has joined #openstack-infra19:08
*** agopi has quit IRC19:13
*** heyongli has quit IRC19:18
*** heyongli has joined #openstack-infra19:19
openstackgerritJeremy Stanley proposed openstack-infra/storyboard master: use required enums to validate 'type' args  https://review.openstack.org/54517019:19
openstackgerritJeremy Stanley proposed openstack-infra/storyboard master: mark worklist filter_criteria as a required field  https://review.openstack.org/54540519:19
openstackgerritJeremy Stanley proposed openstack-infra/storyboard master: mark FilterCriterion title as a mandatory field  https://review.openstack.org/54540619:19
*** felipemonteiro has joined #openstack-infra19:24
*** heyongli has quit IRC19:29
*** heyongli has joined #openstack-infra19:29
*** bobh has joined #openstack-infra19:34
*** heyongli has quit IRC19:39
*** heyongli has joined #openstack-infra19:39
openstackgerritColleen Murphy proposed openstack-infra/puppet-cgit master: Update Gemfile for Zuulv3  https://review.openstack.org/57198719:42
*** bobh has quit IRC19:45
*** lifeless has joined #openstack-infra19:45
*** heyongli has quit IRC19:49
*** tosky has joined #openstack-infra19:49
*** heyongli has joined #openstack-infra19:49
*** heyongli has quit IRC19:59
*** heyongli has joined #openstack-infra20:00
openstackgerritColleen Murphy proposed openstack-infra/puppet-cgit master: Update Gemfile for Zuulv3  https://review.openstack.org/57198720:03
*** jamesmcarthur has quit IRC20:09
*** heyongli has quit IRC20:10
*** heyongli has joined #openstack-infra20:10
*** jamesmcarthur has joined #openstack-infra20:13
*** jamesmcarthur has quit IRC20:19
*** heyongli has quit IRC20:20
*** heyongli has joined #openstack-infra20:20
*** jamesmcarthur has joined #openstack-infra20:24
*** jamesmcarthur has quit IRC20:29
*** heyongli has quit IRC20:30
*** heyongli has joined #openstack-infra20:30
*** logan- has quit IRC20:31
*** logan- has joined #openstack-infra20:32
*** felipemonteiro has quit IRC20:35
*** jamesmcarthur has joined #openstack-infra20:35
*** jamesmcarthur has quit IRC20:39
*** heyongli has quit IRC20:40
*** heyongli has joined #openstack-infra20:41
*** heyongli has quit IRC20:51
*** heyongli has joined #openstack-infra20:51
*** slaweq has joined #openstack-infra20:52
*** heyongli has quit IRC21:01
*** heyongli has joined #openstack-infra21:01
*** agopi has joined #openstack-infra21:02
*** jamesmcarthur has joined #openstack-infra21:10
*** heyongli has quit IRC21:11
*** heyongli has joined #openstack-infra21:11
*** jamesmcarthur has quit IRC21:14
*** heyongli has quit IRC21:21
*** heyongli has joined #openstack-infra21:22
*** jamesmcarthur has joined #openstack-infra21:27
*** hongbin has quit IRC21:28
*** jamesmcarthur has quit IRC21:31
*** heyongli has quit IRC21:32
*** heyongli has joined #openstack-infra21:32
*** jamesmcarthur has joined #openstack-infra21:36
*** xarses_ has joined #openstack-infra21:39
*** r-daneel has joined #openstack-infra21:40
*** heyongli has quit IRC21:42
*** heyongli has joined #openstack-infra21:42
*** andreww has quit IRC21:42
*** slaweq has quit IRC21:48
*** r-daneel has quit IRC21:48
*** jamesmcarthur has quit IRC21:49
*** heyongli has quit IRC21:52
*** heyongli has joined #openstack-infra21:52
*** jamesmcarthur has joined #openstack-infra21:53
*** nhicher has joined #openstack-infra21:55
*** hongbin has joined #openstack-infra21:57
*** jamesmcarthur has quit IRC21:58
*** jamesmcarthur has joined #openstack-infra21:59
*** heyongli has quit IRC22:02
*** heyongli has joined #openstack-infra22:03
*** r-daneel has joined #openstack-infra22:03
*** jamesmcarthur has quit IRC22:07
*** jamesmcarthur has joined #openstack-infra22:08
*** heyongli has quit IRC22:13
*** heyongli has joined #openstack-infra22:13
*** kien-ha has joined #openstack-infra22:19
*** e0ne has quit IRC22:20
*** jamesmcarthur has quit IRC22:20
*** jamesmcarthur has joined #openstack-infra22:21
*** heyongli has quit IRC22:23
*** heyongli has joined #openstack-infra22:23
*** bobh has joined #openstack-infra22:25
*** bobh has quit IRC22:28
*** rcernin has joined #openstack-infra22:32
*** lifeless has quit IRC22:33
*** heyongli has quit IRC22:33
*** heyongli has joined #openstack-infra22:33
*** lifeless has joined #openstack-infra22:39
*** krtaylor has quit IRC22:40
*** heyongli has quit IRC22:43
*** heyongli has joined #openstack-infra22:44
*** heyongli has quit IRC22:54
*** heyongli has joined #openstack-infra22:54
*** krtaylor has joined #openstack-infra22:55
*** hongbin has quit IRC22:56
*** dbecker has quit IRC22:58
*** jamesmcarthur has quit IRC23:03
*** heyongli has quit IRC23:04
*** heyongli has joined #openstack-infra23:04
*** aeng has joined #openstack-infra23:11
*** heyongli has quit IRC23:14
*** heyongli has joined #openstack-infra23:14
*** bobh has joined #openstack-infra23:15
*** dingyichen has joined #openstack-infra23:16
*** agopi has quit IRC23:16
*** felipemonteiro has joined #openstack-infra23:18
*** heyongli has quit IRC23:24
*** heyongli has joined #openstack-infra23:25
*** heyongli has quit IRC23:35
*** heyongli has joined #openstack-infra23:35
*** heyongli has quit IRC23:45
*** heyongli has joined #openstack-infra23:45
openstackgerritTin Lam proposed openstack-infra/project-config master: Add py35 and readthedocs jobs  https://review.openstack.org/57410223:47
*** bobh has quit IRC23:48
*** claudiub has quit IRC23:50
*** tosky has quit IRC23:52
*** bobh has joined #openstack-infra23:52
*** heyongli has quit IRC23:55
*** heyongli has joined #openstack-infra23:55
*** agopi has joined #openstack-infra23:56
*** slaweq has joined #openstack-infra23:58

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