Bug 110106 - [CI][SHARDS] igt@gem_create@create-clear - fail - Failed assertion: __gem_create(fd, size, &handle) == 0
Summary: [CI][SHARDS] igt@gem_create@create-clear - fail - Failed assertion: __gem_cre...
Status: RESOLVED FIXED
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: DRI git
Hardware: Other All
: high normal
Assignee: Intel GFX Bugs mailing list
QA Contact: Intel GFX Bugs mailing list
URL:
Whiteboard: ReadyForDev
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-14 08:33 UTC by Lakshmi
Modified: 2019-04-09 14:26 UTC (History)
1 user (show)

See Also:
i915 platform: ICL
i915 features: GEM/Other


Attachments

Description Lakshmi 2019-03-14 08:33:35 UTC
https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4884/shard-iclb8/igt@gem_create@create-clear.html

	
Starting subtest: create-clear
(gem_create:5407) ioctl_wrappers-CRITICAL: Test assertion failure function gem_create, file ../lib/ioctl_wrappers.c:575:
(gem_create:5407) ioctl_wrappers-CRITICAL: Failed assertion: __gem_create(fd, size, &handle) == 0
(gem_create:5407) ioctl_wrappers-CRITICAL: error: -22 != 0
Subtest create-clear failed.
**** DEBUG ****
(gem_create:5407) drmtest-DEBUG: Test requirement passed: !(fd<0)
(gem_create:5407) igt_debugfs-DEBUG: Opening debugfs directory '/sys/kernel/debug/dri/0'
(gem_create:5407) igt_debugfs-DEBUG: Opening debugfs directory '/sys/kernel/debug/dri/0'
(gem_create:5407) ioctl_wrappers-CRITICAL: Test assertion failure function gem_create, file ../lib/ioctl_wrappers.c:575:
(gem_create:5407) ioctl_wrappers-CRITICAL: Failed assertion: __gem_create(fd, size, &handle) == 0
(gem_create:5407) ioctl_wrappers-CRITICAL: error: -22 != 0
(gem_create:5407) igt_core-INFO: Stack trace:
(gem_create:5407) igt_core-INFO:   #0 ../lib/igt_core.c:1474 __igt_fail_assert()
(gem_create:5407) igt_core-INFO:   #1 ../lib/ioctl_wrappers.c:577 gem_create()
(gem_create:5407) igt_core-INFO:   #2 ../tests/i915/gem_create.c:179 thread_clear()
(gem_create:5407) igt_core-INFO:   #3 /build/glibc-OTsEL5/glibc-2.27/nptl/pthread_create.c:463 start_thread()
(gem_create:5407) igt_core-INFO:   #4 ../sysdeps/unix/sysv/linux/x86_64/clone.S:97 __clone()
****  END  ****
Subtest create-clear: FAIL (28.695s)
(gem_create:5407) ioctl_wrappers-CRITICAL: Test assertion failure function gem_create, file ../lib/ioctl_wrappers.c:575:
(gem_create:5407) ioctl_wrappers-CRITICAL: Failed assertion: __gem_create(fd, size, &handle) == 0
(gem_create:5407) ioctl_wrappers-CRITICAL: error: -7 != 0
Comment 1 CI Bug Log 2019-03-14 08:37:39 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* ICL: igt@gem_create@create-clear - fail - Failed assertion: __gem_create(fd, size, &amp;handle) == 0 
  - https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4884/shard-iclb8/igt@gem_create@create-clear.html
Comment 2 Chris Wilson 2019-03-14 21:01:46 UTC
This fixes at least one of the errors reported

commit de53202ae4b5747b86ccda22986dbeb47f65d732 (upstream/master, origin/master, origin/HEAD)
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Thu Mar 14 08:37:03 2019 +0000

    i915/gem_create: Always try to create an object of at least one page
    
    0-byte objects are not allowed.
    
    References: https://bugs.freedesktop.org/show_bug.cgi?id=110106
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Reviewed-by: Matthew Auld <matthew.auld@intel.com>

Let's hope it stops the others occurring as well.
Comment 3 Martin Peres 2019-04-09 14:26:35 UTC
(In reply to Chris Wilson from comment #2)
> This fixes at least one of the errors reported
> 
> commit de53202ae4b5747b86ccda22986dbeb47f65d732 (upstream/master,
> origin/master, origin/HEAD)
> Author: Chris Wilson <chris@chris-wilson.co.uk>
> Date:   Thu Mar 14 08:37:03 2019 +0000
> 
>     i915/gem_create: Always try to create an object of at least one page
>     
>     0-byte objects are not allowed.
>     
>     References: https://bugs.freedesktop.org/show_bug.cgi?id=110106
>     Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
>     Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> 
> Let's hope it stops the others occurring as well.

Given that there were no others, let's just close this bug.
Comment 4 CI Bug Log 2019-04-09 14:26:45 UTC
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.