Hi, looking at the compilation error '*utils\dropstats.c(138) : warning C4700: uninitialized local variable 'ret' used*'. I looked at change that your change depends on. It looks like that change is also failing in Windows CI, probably for the same reason. Take a look at line 138 here: https://review.opencontrail.org/#/c/47334/7/utils/dropstats. *ret* is initialized and but not assigned. int ret; > vr_pkt_drop_stats_log_request(cl, 0, core, stats_index); > if(ret <0) > return ret; Not sure why you commented under this bug on launchpad though, as it seems unrelated. Best regards, On Wed, Nov 21, 2018 at 11:35 AM haji mohamed ashraf ali <