* [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image
@ 2020-09-01 15:33 Kamati Srinivas
2020-09-02 9:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Kamati Srinivas @ 2020-09-01 15:33 UTC (permalink / raw)
To: igt-dev
Cc: tejaskumarx.surendrakumar.upadhyay, srinivasx.k,
juha-pekka.heikkila
Cc: Landwerlin, Lionel G <lionel.g.landwerlin@intel.com>
Cc: Heikkila, Juha-pekka <juha-pekka.heikkila@intel.com>
Cc: Tejask Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
Cc: K Srinivas <srinivasx.k@intel.com>
Signed-off-by: Kamati Srinivas <srinivasx.k@intel.com>
---
tests/kms_cursor_crc.c | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index e9491847..079abe88 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -831,15 +831,7 @@ igt_main
igt_display_require(&data.display, data.drm_fd);
- if (is_i915_device(data.drm_fd)) {
- data.bufmgr = drm_intel_bufmgr_gem_init(data.drm_fd, 4096);
- igt_assert(data.bufmgr);
- drm_intel_bufmgr_gem_enable_reuse(data.bufmgr);
-
- data.devid = intel_get_drm_devid(data.drm_fd);
- data.rendercopy = igt_get_render_copyfunc(data.devid);
- }
- igt_debug("Using %s for restoring test image\n", (data.rendercopy == NULL)?"Cairo":"rendercopy");
+ igt_debug("Using Cairo for restoring test image\n");
}
data.cursor_max_w = cursor_width;
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for Stripping rendercopy implementation to use Cairo for restoring test image
2020-09-01 15:33 [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image Kamati Srinivas
@ 2020-09-02 9:05 ` Patchwork
2020-09-02 12:02 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-09-02 9:05 UTC (permalink / raw)
To: Kamati Srinivas; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 4653 bytes --]
== Series Details ==
Series: Stripping rendercopy implementation to use Cairo for restoring test image
URL : https://patchwork.freedesktop.org/series/81255/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8953 -> IGTPW_4943
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4943 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4943, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4943:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_parallel@engines@basic:
- fi-icl-u2: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@gem_exec_parallel@engines@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@gem_exec_parallel@engines@basic.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_parallel@engines@basic:
- {fi-kbl-7560u}: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-kbl-7560u/igt@gem_exec_parallel@engines@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-kbl-7560u/igt@gem_exec_parallel@engines@basic.html
Known issues
------------
Here are the changes found in IGTPW_4943 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-bsw-kefka: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- fi-icl-u2: [PASS][7] -> [DMESG-WARN][8] ([i915#1982]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
#### Possible fixes ####
* igt@gem_exec_parallel@engines@contexts:
- fi-skl-lmem: [INCOMPLETE][9] ([i915#2398]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-skl-lmem/igt@gem_exec_parallel@engines@contexts.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-skl-lmem/igt@gem_exec_parallel@engines@contexts.html
* igt@i915_module_load@reload:
- {fi-ehl-1}: [DMESG-WARN][11] ([i915#1982]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-ehl-1/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-ehl-1/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-u2: [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2398]: https://gitlab.freedesktop.org/drm/intel/issues/2398
Participating hosts (38 -> 33)
------------------------------
Missing (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5776 -> IGTPW_4943
CI-20190529: 20190529
CI_DRM_8953: 9a68455dca436ea4f8fc230fdfc4309a9ba65ddb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4943: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
IGT_5776: 46e4315096bcaa2465c82c547274627365b1a69e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
[-- Attachment #1.2: Type: text/html, Size: 5652 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image
2020-09-01 15:33 [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image Kamati Srinivas
2020-09-02 9:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2020-09-02 12:02 ` Juha-Pekka Heikkila
2020-09-02 16:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-09-03 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Juha-Pekka Heikkila @ 2020-09-02 12:02 UTC (permalink / raw)
To: Kamati Srinivas, igt-dev
Cc: tejaskumarx.surendrakumar.upadhyay, juha-pekka.heikkila
Hi Srinivas,
I noticed your patch got stuck in CI with false positive failures, I
forwarded the issue to Lakshminarayana Vudum. Once Lakshmi see my mail
he'll mark those failures not to be about your patch and your patch will
go on to shards testing.
About the patch otherwise, on subject line you should have note you're
changing content in tests and which test. On this case subject would
begin with 'tests/kms_cursor_crc: ...'
On 1.9.2020 18.33, Kamati Srinivas wrote:
> Cc: Landwerlin, Lionel G <lionel.g.landwerlin@intel.com>
> Cc: Heikkila, Juha-pekka <juha-pekka.heikkila@intel.com>
> Cc: Tejask Upadhyay <tejaskumarx.surendrakumar.upadhyay@intel.com>
> Cc: K Srinivas <srinivasx.k@intel.com>
> Signed-off-by: Kamati Srinivas <srinivasx.k@intel.com>
> ---
> tests/kms_cursor_crc.c | 10 +---------
> 1 file changed, 1 insertion(+), 9 deletions(-)
>
> diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
> index e9491847..079abe88 100644
> --- a/tests/kms_cursor_crc.c
> +++ b/tests/kms_cursor_crc.c
> @@ -831,15 +831,7 @@ igt_main
>
> igt_display_require(&data.display, data.drm_fd);
>
> - if (is_i915_device(data.drm_fd)) {
> - data.bufmgr = drm_intel_bufmgr_gem_init(data.drm_fd, 4096);
> - igt_assert(data.bufmgr);
> - drm_intel_bufmgr_gem_enable_reuse(data.bufmgr);
> -
> - data.devid = intel_get_drm_devid(data.drm_fd);
> - data.rendercopy = igt_get_render_copyfunc(data.devid);
> - }
> - igt_debug("Using %s for restoring test image\n", (data.rendercopy == NULL)?"Cairo":"rendercopy");
> + igt_debug("Using Cairo for restoring test image\n");
You'll need to remove all related dead code. I'd suggest you'll take out
from data_t structure all variables which are for rendercopy and you'll
see where compilation fail and from this you'll know where you need to
go fix. Quickly looking at least those data.rendercopy, data.bufmgr
which are mentioned in above code.
> }
>
> data.cursor_max_w = cursor_width;
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Stripping rendercopy implementation to use Cairo for restoring test image
2020-09-01 15:33 [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image Kamati Srinivas
2020-09-02 9:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-09-02 12:02 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
@ 2020-09-02 16:09 ` Patchwork
2020-09-03 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-09-02 16:09 UTC (permalink / raw)
To: Kamati Srinivas; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 4341 bytes --]
== Series Details ==
Series: Stripping rendercopy implementation to use Cairo for restoring test image
URL : https://patchwork.freedesktop.org/series/81255/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8953 -> IGTPW_4943
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4943:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@gem_exec_parallel@engines@basic:
- {fi-kbl-7560u}: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-kbl-7560u/igt@gem_exec_parallel@engines@basic.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-kbl-7560u/igt@gem_exec_parallel@engines@basic.html
Known issues
------------
Here are the changes found in IGTPW_4943 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_parallel@engines@basic:
- fi-icl-u2: [PASS][3] -> [INCOMPLETE][4] ([i915#2398])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@gem_exec_parallel@engines@basic.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@gem_exec_parallel@engines@basic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-bsw-kefka: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- fi-icl-u2: [PASS][7] -> [DMESG-WARN][8] ([i915#1982]) +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
#### Possible fixes ####
* igt@gem_exec_parallel@engines@contexts:
- fi-skl-lmem: [INCOMPLETE][9] ([i915#2398]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-skl-lmem/igt@gem_exec_parallel@engines@contexts.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-skl-lmem/igt@gem_exec_parallel@engines@contexts.html
* igt@i915_module_load@reload:
- {fi-ehl-1}: [DMESG-WARN][11] ([i915#1982]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-ehl-1/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-ehl-1/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-u2: [DMESG-WARN][13] ([i915#1982]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2398]: https://gitlab.freedesktop.org/drm/intel/issues/2398
Participating hosts (38 -> 33)
------------------------------
Missing (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5776 -> IGTPW_4943
CI-20190529: 20190529
CI_DRM_8953: 9a68455dca436ea4f8fc230fdfc4309a9ba65ddb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4943: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
IGT_5776: 46e4315096bcaa2465c82c547274627365b1a69e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
[-- Attachment #1.2: Type: text/html, Size: 5388 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for Stripping rendercopy implementation to use Cairo for restoring test image
2020-09-01 15:33 [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image Kamati Srinivas
` (2 preceding siblings ...)
2020-09-02 16:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-09-03 17:13 ` Patchwork
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2020-09-03 17:13 UTC (permalink / raw)
To: Kamati Srinivas; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 18909 bytes --]
== Series Details ==
Series: Stripping rendercopy implementation to use Cairo for restoring test image
URL : https://patchwork.freedesktop.org/series/81255/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8953_full -> IGTPW_4943_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4943_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4943_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4943_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-hsw: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-hsw2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-hsw8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
Known issues
------------
Here are the changes found in IGTPW_4943_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_nop@basic-sequential:
- shard-tglb: [PASS][3] -> [TIMEOUT][4] ([i915#1958]) +2 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb1/igt@gem_exec_nop@basic-sequential.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb7/igt@gem_exec_nop@basic-sequential.html
* igt@gem_exec_reloc@basic-active@all:
- shard-tglb: [PASS][5] -> [INCOMPLETE][6] ([i915#2395])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb3/igt@gem_exec_reloc@basic-active@all.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb3/igt@gem_exec_reloc@basic-active@all.html
* igt@gem_exec_reloc@basic-many-active@rcs0:
- shard-apl: [PASS][7] -> [FAIL][8] ([i915#1635] / [i915#2389])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl2/igt@gem_exec_reloc@basic-many-active@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl2/igt@gem_exec_reloc@basic-many-active@rcs0.html
* igt@gem_exec_whisper@basic-fds-priority:
- shard-glk: [PASS][9] -> [TIMEOUT][10] ([i915#1958]) +6 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk5/igt@gem_exec_whisper@basic-fds-priority.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk1/igt@gem_exec_whisper@basic-fds-priority.html
* igt@gem_exec_whisper@basic-fds-priority-all:
- shard-kbl: [PASS][11] -> [TIMEOUT][12] ([i915#1958]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl1/igt@gem_exec_whisper@basic-fds-priority-all.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl1/igt@gem_exec_whisper@basic-fds-priority-all.html
* igt@gem_exec_whisper@basic-normal:
- shard-iclb: [PASS][13] -> [TIMEOUT][14] ([i915#1958])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb8/igt@gem_exec_whisper@basic-normal.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb2/igt@gem_exec_whisper@basic-normal.html
* igt@gem_exec_whisper@basic-queues-forked:
- shard-apl: [PASS][15] -> [TIMEOUT][16] ([i915#1635] / [i915#1958]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl4/igt@gem_exec_whisper@basic-queues-forked.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl4/igt@gem_exec_whisper@basic-queues-forked.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-kbl: [PASS][17] -> [DMESG-WARN][18] ([i915#1982])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl1/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl4/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_color@pipe-b-legacy-gamma-reset:
- shard-snb: [PASS][19] -> [SKIP][20] ([fdo#109271])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-snb5/igt@kms_color@pipe-b-legacy-gamma-reset.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-snb4/igt@kms_color@pipe-b-legacy-gamma-reset.html
* igt@kms_cursor_crc@pipe-b-cursor-64x64-random:
- shard-apl: [PASS][21] -> [FAIL][22] ([i915#1635] / [i915#54])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
- shard-kbl: [PASS][23] -> [FAIL][24] ([i915#54])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-64x64-random.html
* igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
- shard-hsw: [PASS][25] -> [FAIL][26] ([i915#2370])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-hsw5/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-hsw8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html
* igt@kms_flip@flip-vs-suspend@c-dp1:
- shard-kbl: [PASS][27] -> [DMESG-WARN][28] ([i915#180]) +4 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl1/igt@kms_flip@flip-vs-suspend@c-dp1.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-tglb: [PASS][29] -> [DMESG-WARN][30] ([i915#1982]) +5 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_psr2_su@frontbuffer:
- shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109642] / [fdo#111068])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb2/igt@kms_psr2_su@frontbuffer.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb1/igt@kms_psr2_su@frontbuffer.html
* igt@kms_psr@psr2_primary_mmap_cpu:
- shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109441]) +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb1/igt@kms_psr@psr2_primary_mmap_cpu.html
#### Possible fixes ####
* igt@gem_exec_parallel@engines@contexts:
- shard-iclb: [INCOMPLETE][35] ([i915#2398]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb1/igt@gem_exec_parallel@engines@contexts.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb6/igt@gem_exec_parallel@engines@contexts.html
* igt@gem_exec_reloc@basic-concurrent16:
- shard-kbl: [TIMEOUT][37] ([i915#1958]) -> [PASS][38] +1 similar issue
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl1/igt@gem_exec_reloc@basic-concurrent16.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl7/igt@gem_exec_reloc@basic-concurrent16.html
* igt@gem_exec_reloc@basic-many-active@vecs0:
- shard-glk: [FAIL][39] ([i915#2389]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk1/igt@gem_exec_reloc@basic-many-active@vecs0.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk7/igt@gem_exec_reloc@basic-many-active@vecs0.html
* igt@gem_exec_whisper@basic-forked:
- shard-glk: [TIMEOUT][41] ([i915#1958]) -> [PASS][42] +2 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk1/igt@gem_exec_whisper@basic-forked.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk9/igt@gem_exec_whisper@basic-forked.html
* igt@gem_exec_whisper@basic-queues-priority:
- shard-apl: [TIMEOUT][43] ([i915#1635] / [i915#1958]) -> [PASS][44] +1 similar issue
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl3/igt@gem_exec_whisper@basic-queues-priority.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl1/igt@gem_exec_whisper@basic-queues-priority.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-apl: [FAIL][45] ([i915#1635]) -> [PASS][46] +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl1/igt@gem_partial_pwrite_pread@reads-uncached.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl1/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@i915_pm_dc@dc6-psr:
- shard-iclb: [FAIL][47] ([i915#454]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb2/igt@i915_pm_dc@dc6-psr.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb4/igt@i915_pm_dc@dc6-psr.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-glk: [DMESG-FAIL][49] ([i915#118] / [i915#95]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk8/igt@kms_big_fb@linear-64bpp-rotate-0.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk9/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen:
- shard-apl: [FAIL][51] ([i915#1635] / [i915#54]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html
- shard-kbl: [FAIL][53] ([i915#54]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-256x85-onscreen.html
* igt@kms_cursor_edge_walk@pipe-a-256x256-bottom-edge:
- shard-tglb: [DMESG-WARN][55] ([i915#1982]) -> [PASS][56] +2 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb3/igt@kms_cursor_edge_walk@pipe-a-256x256-bottom-edge.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb8/igt@kms_cursor_edge_walk@pipe-a-256x256-bottom-edge.html
* igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge:
- shard-hsw: [INCOMPLETE][57] -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-hsw2/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-hsw5/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html
* igt@kms_flip@2x-wf_vblank-ts-check@ab-hdmi-a1-hdmi-a2:
- shard-glk: [DMESG-WARN][59] ([i915#1982]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk3/igt@kms_flip@2x-wf_vblank-ts-check@ab-hdmi-a1-hdmi-a2.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk8/igt@kms_flip@2x-wf_vblank-ts-check@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: [DMESG-WARN][61] ([i915#180]) -> [PASS][62] +4 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1:
- shard-kbl: [FAIL][63] ([i915#2122]) -> [PASS][64] +1 similar issue
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl1/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-dp1.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@b-hdmi-a1:
- shard-glk: [FAIL][65] ([i915#2122]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-glk3/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-hdmi-a1.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-glk7/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-hdmi-a1.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglb: [SKIP][67] ([i915#433]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane@plane-panning-bottom-right-pipe-a-planes:
- shard-iclb: [DMESG-WARN][69] ([i915#1982]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb1/igt@kms_plane@plane-panning-bottom-right-pipe-a-planes.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb1/igt@kms_plane@plane-panning-bottom-right-pipe-a-planes.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: [SKIP][71] ([fdo#109441]) -> [PASS][72] +2 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb7/igt@kms_psr@psr2_cursor_render.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb2/igt@kms_psr@psr2_cursor_render.html
* igt@kms_vblank@pipe-b-wait-forked-busy-hang:
- shard-kbl: [INCOMPLETE][73] -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-kbl7/igt@kms_vblank@pipe-b-wait-forked-busy-hang.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-kbl1/igt@kms_vblank@pipe-b-wait-forked-busy-hang.html
#### Warnings ####
* igt@i915_pm_dc@dc3co-vpb-simulation:
- shard-iclb: [SKIP][75] ([i915#658]) -> [SKIP][76] ([i915#588])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb1/igt@i915_pm_dc@dc3co-vpb-simulation.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html
* igt@kms_content_protection@atomic:
- shard-apl: [TIMEOUT][77] ([i915#1319] / [i915#1635] / [i915#1958]) -> [FAIL][78] ([fdo#110321] / [fdo#110336] / [i915#1635])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-apl3/igt@kms_content_protection@atomic.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-apl7/igt@kms_content_protection@atomic.html
* igt@kms_dp_dsc@basic-dsc-enable-edp:
- shard-iclb: [DMESG-WARN][79] ([i915#1226]) -> [SKIP][80] ([fdo#109349])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-iclb5/igt@kms_dp_dsc@basic-dsc-enable-edp.html
* igt@kms_vblank@pipe-d-ts-continuation-suspend:
- shard-tglb: [INCOMPLETE][81] ([i915#1436]) -> [DMESG-WARN][82] ([i915#2411])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8953/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-suspend.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/shard-tglb5/igt@kms_vblank@pipe-d-ts-continuation-suspend.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
[fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1226]: https://gitlab.freedesktop.org/drm/intel/issues/1226
[i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
[i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
[i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1958]: https://gitlab.freedesktop.org/drm/intel/issues/1958
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[i915#2370]: https://gitlab.freedesktop.org/drm/intel/issues/2370
[i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389
[i915#2395]: https://gitlab.freedesktop.org/drm/intel/issues/2395
[i915#2398]: https://gitlab.freedesktop.org/drm/intel/issues/2398
[i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
[i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-snb-2600 pig-glk-j5005 pig-skl-6260u
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5776 -> IGTPW_4943
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8953: 9a68455dca436ea4f8fc230fdfc4309a9ba65ddb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4943: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
IGT_5776: 46e4315096bcaa2465c82c547274627365b1a69e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4943/index.html
[-- Attachment #1.2: Type: text/html, Size: 22276 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-03 17:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01 15:33 [igt-dev] [PATCH i-g-t] Stripping rendercopy implementation to use Cairo for restoring test image Kamati Srinivas
2020-09-02 9:05 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-09-02 12:02 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
2020-09-02 16:09 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-09-03 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox