https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-pnv-d510/igt@gem_eio@context-create.html Starting subtest: context-create (gem_eio:1187) CRITICAL: Test assertion failure function test_context_create, file ../tests/i915/gem_eio.c:127: (gem_eio:1187) CRITICAL: Failed assertion: __gem_context_create(fd, &ctx) == -5 (gem_eio:1187) CRITICAL: error: -19 != -5 Subtest context-create failed. **** DEBUG **** (gem_eio:1187) igt_debugfs-DEBUG: Opening debugfs directory '/sys/kernel/debug/dri/0' (gem_eio:1187) DEBUG: Disabling GPU reset (gem_eio:1187) DEBUG: Test requirement passed: fd >= 0 (gem_eio:1187) DEBUG: Test requirement passed: i915_reset_control(false) (gem_eio:1187) igt_debugfs-DEBUG: Opening debugfs directory '/sys/kernel/debug/dri/0' (gem_eio:1187) DEBUG: Enabling GPU reset (gem_eio:1187) DEBUG: Test requirement passed: fd >= 0 (gem_eio:1187) CRITICAL: Test assertion failure function test_context_create, file ../tests/i915/gem_eio.c:127: (gem_eio:1187) CRITICAL: Failed assertion: __gem_context_create(fd, &ctx) == -5 (gem_eio:1187) CRITICAL: error: -19 != -5 (gem_eio:1187) igt_core-INFO: Stack trace: (gem_eio:1187) igt_core-INFO: #0 ../lib/igt_core.c:1474 __igt_fail_assert() (gem_eio:1187) igt_core-INFO: #1 ../tests/i915/gem_eio.c:129 test_context_create() (gem_eio:1187) igt_core-INFO: #2 ../tests/i915/gem_eio.c:833 __real_main812() (gem_eio:1187) igt_core-INFO: #3 ../tests/i915/gem_eio.c:812 main() (gem_eio:1187) igt_core-INFO: #4 ../csu/libc-start.c:344 __libc_start_main() (gem_eio:1187) igt_core-INFO: #5 [_start+0x2a] **** END **** Subtest context-create: FAIL (0.276s)
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * ICL: igt@gem_eio@context-create- fail - Failed assertion: __gem_context_create(fd, &ctx) == -5 - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-blb-e6850/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-bwr-2160/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-elk-e7500/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-gdg-551/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-ilk-650/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-pnv-d510/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-blb-e6850/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-bwr-2160/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-elk-e7500/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-gdg-551/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-ilk-650/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-blb-e6850/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-bwr-2160/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-elk-e7500/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-gdg-551/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-ilk-650/igt@gem_eio@context-create.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_229/fi-pnv-d510/igt@gem_eio@context-create.html
https://patchwork.freedesktop.org/patch/287599/
commit c33e271dadd2a800d1b2ef198e1dcd4e5868cc4c (upstream/master, origin/master, origin/HEAD) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sat Feb 23 09:48:30 2019 +0000 i915/gem_eio: Skip context creation tests if lacking contexts If the device doesn't support contexts, we expect them to fail with -ENODEV before reporting -EIO if wedged. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Antonio Argenziano <antonio.argenziano@intel.com>
(In reply to Chris Wilson from comment #3) > commit c33e271dadd2a800d1b2ef198e1dcd4e5868cc4c (upstream/master, > origin/master, origin/HEAD) > Author: Chris Wilson <chris@chris-wilson.co.uk> > Date: Sat Feb 23 09:48:30 2019 +0000 > > i915/gem_eio: Skip context creation tests if lacking contexts > > If the device doesn't support contexts, we expect them to fail with > -ENODEV before reporting -EIO if wedged. > > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > Reviewed-by: Antonio Argenziano <antonio.argenziano@intel.com> It fixed the issue, starting from drmtip_232. Thanks!
The CI Bug Log issue associated to this bug has been archived. New failures matching the above filters will not be associated to this bug anymore.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.