There seems to be something funky about your vulkan implementation that causes an assertion to fail. Looking online I just see stackexchange questions answered by the poster about "validating the state".
Specifically failing is the assertion "!status && vkCreateGraphicsPipelines", although said assertion is in a system library, so I dont' know how much it'll help