20:01alyssa: dEQP-VK.pipeline.monolithic.cache.misc_tests.internally_synchronized_test failing with common vk_pipeline.. ummf
20:01alyssa: I assume nvk will hit this when bringing up maint8
20:09alyssa: wait what
20:09alyssa: how does this pass for anyone
20:10Sachiel: passes here
20:11alyssa: Sachiel: CTS asserts that a pipeline cache can be deserialize->serialize roundtripped
20:11alyssa: but Mesa pipeline caches are backed by hash-sets
20:11Sachiel: ah, I always build cts release
20:11alyssa: i.e.: set_foreach
20:11alyssa: and set_foreach is nondeterministic order
20:11Sachiel: so if it's trying to validate things with asserts, I won't see it
20:12alyssa: no i mean it's part of the test
20:12Sachiel: oh, ok
20:13alyssa: although we might have multiple issues here
20:13Sachiel: well, I don't know. I don't remember much about that anymore. When I was trying to do maint8, I think I saw those tests fail once, and then they always passed and coulnd't figure out why
20:15alyssa: nondeterminism =D
20:18Sachiel: Pass/Fail/NotSupported/AcceptYouCantControlEverything
21:12alyssa: hehe
21:21alyssa: filed https://gitlab.khronos.org/vulkan/vulkan/-/issues/4236 about the set_foreach thing
21:21alyssa: but I suspect there's something else going wrong here
21:24dj-death: alyssa: unset VK_ENABLE_PIPELINE_CACHE?
21:24alyssa: dj-death: that makes the test pass
21:25alyssa: ok confirmed it's the order thing
21:25alyssa: unsure why I hit this for anv/radv doesn't
21:25alyssa: maybe arm64 weirdness or something
21:27zmike: probably y-inverted